Shades of Violet Blue #AB66A5
Tints of Violet Blue #AB66A5
RGB
CMYK
RGB Variations
Color information
#AB66A5 (or 0xAB66A5) is known color: Violet Blue. HEX triplet: AB, 66 and A5. RGB value is (171,102,165). Sum of RGB (Red+Green+Blue) = 171+102+165=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB66A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB66A5 is #54995A. Grayscale: #818181. Windows color (decimal): -5544283 or 10839723. OLE color: 10839723.
HSL color Cylindrical-coordinate representation of color #AB66A5: hue angle of 305.22º 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 #AB66A5 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 165 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.33 |
| HSL | 305.22º | 0.29% | 0.54% | - |
| HSV(B) | 305.22º | 0.4% | 0.67% | - |
| XYZ | 28.34 | 20.88 | 38.13 | - |
| YUV | 129.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 165 | 0 | 0.40 | 0.04 | 0.33 | 305.22 | 0.29 | 0.54 |
| Hex | AB | 66 | A5 | 0 | 28 | 4 | 21 | 131 | 1D | 36 |
| Octal | 253 | 146 | 245 | 0 | 50 | 4 | 41 | 461 | 35 | 66 |
| Binary | 10101011 | 1100110 | 10100101 | 0 | 101000 | 100 | 100001 | 100110001 | 11101 | 110110 |
Color Harmonies of #AB66A5
Complementary color
Monochromatic Colors of #AB66A5
Black with #AB66A5
Text Example
Text Example
White with #AB66A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66A5; }
p { color: rgb(171,102,165); }
H1.HeaderClassName
{
color: #AB66A5;
}
.AnyTagClassName
{
color: #AB66A5;
}
</style>
background-color css
<style>
a { background-color: #AB66A5; }
a { background-color: rgb(171,102,165); }
div.DivClassName
{
background-color: #AB66A5;
}
.BgClassName
{
background-color: #AB66A5;
}
</style>
border-color css
<style>
span { border-color: #AB66A5; }
span { border-color: rgb(171,102,165); }
td.TdClassName
{
border-color: #AB66A5;
}
.TagClassName
{
border-color: #AB66A5;
}
</style>