Shades of Violet Blue #AB69A0
Tints of Violet Blue #AB69A0
RGB
CMYK
RGB Variations
Color information
#AB69A0 (or 0xAB69A0) is known color: Violet Blue. HEX triplet: AB, 69 and A0. RGB value is (171,105,160). Sum of RGB (Red+Green+Blue) = 171+105+160=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB69A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB69A0 is #54965F. Grayscale: #828282. Windows color (decimal): -5543520 or 10512811. OLE color: 10512811.
HSL color Cylindrical-coordinate representation of color #AB69A0: hue angle of 310º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB69A0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 160 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.33 |
| HSL | 310º | 0.28% | 0.54% | - |
| HSV(B) | 310º | 0.39% | 0.67% | - |
| XYZ | 28.19 | 21.3 | 35.88 | - |
| YUV | 131 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 160 | 0 | 0.39 | 0.06 | 0.33 | 310 | 0.28 | 0.54 |
| Hex | AB | 69 | A0 | 0 | 27 | 6 | 21 | 136 | 1C | 36 |
| Octal | 253 | 151 | 240 | 0 | 47 | 6 | 41 | 466 | 34 | 66 |
| Binary | 10101011 | 1101001 | 10100000 | 0 | 100111 | 110 | 100001 | 100110110 | 11100 | 110110 |
Color Harmonies of #AB69A0
Complementary color
Monochromatic Colors of #AB69A0
Black with #AB69A0
Text Example
Text Example
White with #AB69A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB69A0; }
p { color: rgb(171,105,160); }
H1.HeaderClassName
{
color: #AB69A0;
}
.AnyTagClassName
{
color: #AB69A0;
}
</style>
background-color css
<style>
a { background-color: #AB69A0; }
a { background-color: rgb(171,105,160); }
div.DivClassName
{
background-color: #AB69A0;
}
.BgClassName
{
background-color: #AB69A0;
}
</style>
border-color css
<style>
span { border-color: #AB69A0; }
span { border-color: rgb(171,105,160); }
td.TdClassName
{
border-color: #AB69A0;
}
.TagClassName
{
border-color: #AB69A0;
}
</style>