Shades of Violet Blue #AC66A8
Tints of Violet Blue #AC66A8
RGB
CMYK
RGB Variations
Color information
#AC66A8 (or 0xAC66A8) is known color: Violet Blue. HEX triplet: AC, 66 and A8. RGB value is (172,102,168). Sum of RGB (Red+Green+Blue) = 172+102+168=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC66A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC66A8 is #539957. Grayscale: #828282. Windows color (decimal): -5478744 or 11036332. OLE color: 11036332.
HSL color Cylindrical-coordinate representation of color #AC66A8: hue angle of 303.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC66A8 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 102 | 168 | - |
CMYK | 0 | 0.41 | 0.02 | 0.33 |
HSL | 303.43º | 0.3% | 0.54% | - |
HSV(B) | 303.43º | 0.41% | 0.67% | - |
XYZ | 28.83 | 21.1 | 39.6 | - |
YUV | 130.45 | 149.19 | 157.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 102 | 168 | 0 | 0.41 | 0.02 | 0.33 | 303.43 | 0.3 | 0.54 |
Hex | AC | 66 | A8 | 0 | 29 | 2 | 21 | 12F | 1E | 36 |
Octal | 254 | 146 | 250 | 0 | 51 | 2 | 41 | 457 | 36 | 66 |
Binary | 10101100 | 1100110 | 10101000 | 0 | 101001 | 10 | 100001 | 100101111 | 11110 | 110110 |
Color Harmonies of #AC66A8
Complementary color
Monochromatic Colors of #AC66A8
Black with #AC66A8
Text Example
Text Example
White with #AC66A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC66A8; }
p { color: rgb(172,102,168); }
H1.HeaderClassName
{
color: #AC66A8;
}
.AnyTagClassName
{
color: #AC66A8;
}
</style>
background-color css
<style>
a { background-color: #AC66A8; }
a { background-color: rgb(172,102,168); }
div.DivClassName
{
background-color: #AC66A8;
}
.BgClassName
{
background-color: #AC66A8;
}
</style>
border-color css
<style>
span { border-color: #AC66A8; }
span { border-color: rgb(172,102,168); }
td.TdClassName
{
border-color: #AC66A8;
}
.TagClassName
{
border-color: #AC66A8;
}
</style>