COLOR #AB92DF

HEX: #AB92DF RGB: (171,146,223)

Color info

#AB92DF contains mainly red and blue colors. Web safe color of #AB92DF is #9999CC (or #99C).

RGB color model

#AB92DF color RGB value is (171,146,223).

RGB: (171,146,223) (67%, 57%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 223 of 255 = 87%

171
146
223

R + G + B ~ 70%. #AB92DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 146 + 223 = 540 (100%)
R 171 of 540 ~ 31.67%
G 146 of 540 ~ 27.04%
B 223 of 540 ~ 41.3'%

%31.67
%27.04
%41.3

CMYK color model

#AB92DF color CMYK value is (23,35,0,13).

  • cyan value is 23.32%
  • magenta value is 34.53%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (23,35,0,13) C23M35Y0K13 (23%,35%,0%,13%) (0.23/0.35/0.00/0.13) 

CMYK percentages

%23.32
%34.53
%0
%12.55

Codes

Color #AB92DF in popluar color models

AB 92 DF
RGB 171 146 223
HSL 259° 54.61% 72.35%
HSB/HSV 259° 34.53% 87.45%
CMYK 23.32% 34.53% 0.00%
12.55%

Color #AB92DF in popluar number systems.

HEX AB 92 DF
Decimal 171 146 223
Binary 10101011 10010010 11011111
Octal 253 222 337

Shades and tints

Shades of #AB92DF

#AB92DF
(171,146,223)
#9C85CB
(156,133,203)
#8D78B7
(141,120,183)
#7E6BA3
(126,107,163)
#6F5E8F
(111,94,143)
#60517B
(96,81,123)
#514467
(81,68,103)
#423753
(66,55,83)
#332A3F
(51,42,63)
#241D2B
(36,29,43)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #AB92DF

#AB92DF
(171,146,223)
#B29BE1
(178,155,225)
#B9A4E3
(185,164,227)
#C0ADE5
(192,173,229)
#C7B6E7
(199,182,231)
#CEBFE9
(206,191,233)
#D5C8EB
(213,200,235)
#DCD1ED
(220,209,237)
#E3DAEF
(227,218,239)
#EAE3F1
(234,227,241)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB92DF color. Also use rgb(171,146,223) instead hex code.

Text Font Color

.myTextColor { color: #AB92DF; }

<p style="color:#AB92DF">This sample text font color is #AB92DF.</p>

This text font color is #AB92DF.

Background Color

.myBgColor { background-color: #AB92DF; }

<div style="background-color:#AB92DF">Inner text</div>

This div background color is #AB92DF.

Border color

.myBorderColor { border: 1px solid #AB92DF; }

<div style="border:3px solid #AB92DF">Div</div>

This div border color is #AB92DF.

Opacity

.myOpacity80 { color: #AB92DF; opacity: 0.8; }

<p style="color:#AB92DF;opacity:0.8;">80%</p>

Text with #AB92DF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AB92DF;}

<p style="text-shadow: 3px 3px 1px #AB92DF">Text here.</p>

This text has shadow with #AB92DF color.


.textShadow {text-shadow: 3px 3px 1px #AB92DF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AB92DF, 5px 5px 20px red">Text here.</p>

This text has shadow with #AB92DF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB92DF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AB92DF, Direction=45, Strength=4)">Text</p>

This text has shadow with #AB92DF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB92DF;
-webkit-box-shadow: 1px 1px 3px 2px #AB92DF;
box-shadow: 1px 1px 3px 2px #AB92DF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB92DF; -webkit-box-shadow: 1px 1px 3px 2px #AB92DF; box-shadow:1px 1px 3px 2px #AB92DF;">
Div content here
</div>

This div box has shadow with color #AB92DF.

Preview

Color preview on black background

This text has color #AB92DF on black background.


Color preview on white background

This text has color #AB92DF on white background.


Black color preview on #AB92DF background

This text has black color on #AB92DF background.


White color preview on #AB92DF background

This text has white color on #AB92DF background.


Related colors

Complementary color

Complementary color for #hex is #546D20.


I love getcolorcode.com

Triadic colors

1 #DFAB92 and #92DFAB with #AB92DF are triadic colors.

2 #DF92AB and #92ABDF with #AB92DF are triadic colors.