Shades of Violet Blue #AB669A
Tints of Violet Blue #AB669A
RGB
CMYK
RGB Variations
Color information
#AB669A (or 0xAB669A) is known color: Violet Blue. HEX triplet: AB, 66 and 9A. RGB value is (171,102,154). Sum of RGB (Red+Green+Blue) = 171+102+154=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB669A is #549965. Grayscale: #808080. Windows color (decimal): -5544294 or 10118827. OLE color: 10118827.
HSL color Cylindrical-coordinate representation of color #AB669A: hue angle of 314.78º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB669A is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 154 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.33 |
| HSL | 314.78º | 0.29% | 0.54% | - |
| HSV(B) | 314.78º | 0.4% | 0.67% | - |
| XYZ | 27.38 | 20.49 | 33.08 | - |
| YUV | 128.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 154 | 0 | 0.40 | 0.10 | 0.33 | 314.78 | 0.29 | 0.54 |
| Hex | AB | 66 | 9A | 0 | 28 | A | 21 | 13B | 1D | 36 |
| Octal | 253 | 146 | 232 | 0 | 50 | 12 | 41 | 473 | 35 | 66 |
| Binary | 10101011 | 1100110 | 10011010 | 0 | 101000 | 1010 | 100001 | 100111011 | 11101 | 110110 |
Color Harmonies of #AB669A
Complementary color
Monochromatic Colors of #AB669A
Black with #AB669A
Text Example
Text Example
White with #AB669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB669A; }
p { color: rgb(171,102,154); }
H1.HeaderClassName
{
color: #AB669A;
}
.AnyTagClassName
{
color: #AB669A;
}
</style>
background-color css
<style>
a { background-color: #AB669A; }
a { background-color: rgb(171,102,154); }
div.DivClassName
{
background-color: #AB669A;
}
.BgClassName
{
background-color: #AB669A;
}
</style>
border-color css
<style>
span { border-color: #AB669A; }
span { border-color: rgb(171,102,154); }
td.TdClassName
{
border-color: #AB669A;
}
.TagClassName
{
border-color: #AB669A;
}
</style>