Shades of Violet Blue #AB66B5
Tints of Violet Blue #AB66B5
RGB
CMYK
RGB Variations
Color information
#AB66B5 (or 0xAB66B5) is known color: Violet Blue. HEX triplet: AB, 66 and B5. RGB value is (171,102,181). Sum of RGB (Red+Green+Blue) = 171+102+181=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB66B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66B5 is #54994A. Grayscale: #838383. Windows color (decimal): -5544267 or 11888299. OLE color: 11888299.
HSL color Cylindrical-coordinate representation of color #AB66B5: hue angle of 292.41º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB66B5 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 171 | 102 | 181 | - |
CMYK | 0.06 | 0.44 | 0 | 0.29 |
HSL | 292.41º | 0.35% | 0.55% | - |
HSV(B) | 292.41º | 0.44% | 0.71% | - |
XYZ | 29.89 | 21.5 | 46.29 | - |
YUV | 131.64 | 155.86 | 156.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 102 | 181 | 0.06 | 0.44 | 0 | 0.29 | 292.41 | 0.35 | 0.55 |
Hex | AB | 66 | B5 | 6 | 2C | 0 | 1D | 124 | 23 | 37 |
Octal | 253 | 146 | 265 | 6 | 54 | 0 | 35 | 444 | 43 | 67 |
Binary | 10101011 | 1100110 | 10110101 | 110 | 101100 | 0 | 11101 | 100100100 | 100011 | 110111 |
Color Harmonies of #AB66B5
Complementary color
Monochromatic Colors of #AB66B5
Black with #AB66B5
Text Example
Text Example
White with #AB66B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66B5; }
p { color: rgb(171,102,181); }
H1.HeaderClassName
{
color: #AB66B5;
}
.AnyTagClassName
{
color: #AB66B5;
}
</style>
background-color css
<style>
a { background-color: #AB66B5; }
a { background-color: rgb(171,102,181); }
div.DivClassName
{
background-color: #AB66B5;
}
.BgClassName
{
background-color: #AB66B5;
}
</style>
border-color css
<style>
span { border-color: #AB66B5; }
span { border-color: rgb(171,102,181); }
td.TdClassName
{
border-color: #AB66B5;
}
.TagClassName
{
border-color: #AB66B5;
}
</style>