Shades of Violet Blue #AC429E
Tints of Violet Blue #AC429E
RGB
CMYK
RGB Variations
Color information
#AC429E (or 0xAC429E) is known color: Violet Blue. HEX triplet: AC, 42 and 9E. RGB value is (172,66,158). Sum of RGB (Red+Green+Blue) = 172+66+158=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC429E is #53BD61. Grayscale: #6B6B6B. Windows color (decimal): -5487970 or 10371756. OLE color: 10371756.
HSL color Cylindrical-coordinate representation of color #AC429E: hue angle of 307.92º 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 #AC429E is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 158 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.33 |
| HSL | 307.92º | 0.45% | 0.47% | - |
| HSV(B) | 307.92º | 0.62% | 0.67% | - |
| XYZ | 25.13 | 15.14 | 33.94 | - |
| YUV | 108.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 158 | 0 | 0.62 | 0.08 | 0.33 | 307.92 | 0.45 | 0.47 |
| Hex | AC | 42 | 9E | 0 | 3E | 8 | 21 | 134 | 2D | 2F |
| Octal | 254 | 102 | 236 | 0 | 76 | 10 | 41 | 464 | 55 | 57 |
| Binary | 10101100 | 1000010 | 10011110 | 0 | 111110 | 1000 | 100001 | 100110100 | 101101 | 101111 |
Color Harmonies of #AC429E
Complementary color
Monochromatic Colors of #AC429E
Black with #AC429E
Text Example
Text Example
White with #AC429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC429E; }
p { color: rgb(172,66,158); }
H1.HeaderClassName
{
color: #AC429E;
}
.AnyTagClassName
{
color: #AC429E;
}
</style>
background-color css
<style>
a { background-color: #AC429E; }
a { background-color: rgb(172,66,158); }
div.DivClassName
{
background-color: #AC429E;
}
.BgClassName
{
background-color: #AC429E;
}
</style>
border-color css
<style>
span { border-color: #AC429E; }
span { border-color: rgb(172,66,158); }
td.TdClassName
{
border-color: #AC429E;
}
.TagClassName
{
border-color: #AC429E;
}
</style>