Shades of Violet Blue #AC42A6
Tints of Violet Blue #AC42A6
RGB
CMYK
RGB Variations
Color information
#AC42A6 (or 0xAC42A6) is known color: Violet Blue. HEX triplet: AC, 42 and A6. RGB value is (172,66,166). Sum of RGB (Red+Green+Blue) = 172+66+166=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC42A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC42A6 is #53BD59. Grayscale: #6C6C6C. Windows color (decimal): -5487962 or 10896044. OLE color: 10896044.
HSL color Cylindrical-coordinate representation of color #AC42A6: hue angle of 303.4º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC42A6 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 166 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.33 |
| HSL | 303.4º | 0.45% | 0.47% | - |
| HSV(B) | 303.4º | 0.62% | 0.67% | - |
| XYZ | 25.84 | 15.42 | 37.69 | - |
| YUV | 109.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 166 | 0 | 0.62 | 0.03 | 0.33 | 303.4 | 0.45 | 0.47 |
| Hex | AC | 42 | A6 | 0 | 3E | 3 | 21 | 12F | 2D | 2F |
| Octal | 254 | 102 | 246 | 0 | 76 | 3 | 41 | 457 | 55 | 57 |
| Binary | 10101100 | 1000010 | 10100110 | 0 | 111110 | 11 | 100001 | 100101111 | 101101 | 101111 |
Color Harmonies of #AC42A6
Complementary color
Monochromatic Colors of #AC42A6
Black with #AC42A6
Text Example
Text Example
White with #AC42A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42A6; }
p { color: rgb(172,66,166); }
H1.HeaderClassName
{
color: #AC42A6;
}
.AnyTagClassName
{
color: #AC42A6;
}
</style>
background-color css
<style>
a { background-color: #AC42A6; }
a { background-color: rgb(172,66,166); }
div.DivClassName
{
background-color: #AC42A6;
}
.BgClassName
{
background-color: #AC42A6;
}
</style>
border-color css
<style>
span { border-color: #AC42A6; }
span { border-color: rgb(172,66,166); }
td.TdClassName
{
border-color: #AC42A6;
}
.TagClassName
{
border-color: #AC42A6;
}
</style>