Shades of Violet Blue #AC409E
Tints of Violet Blue #AC409E
RGB
CMYK
RGB Variations
Color information
#AC409E (or 0xAC409E) is known color: Violet Blue. HEX triplet: AC, 40 and 9E. RGB value is (172,64,158). Sum of RGB (Red+Green+Blue) = 172+64+158=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC409E is #53BF61. Grayscale: #6A6A6A. Windows color (decimal): -5488482 or 10371244. OLE color: 10371244.
HSL color Cylindrical-coordinate representation of color #AC409E: hue angle of 307.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC409E is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 158 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.33 |
| HSL | 307.78º | 0.46% | 0.46% | - |
| HSV(B) | 307.78º | 0.63% | 0.67% | - |
| XYZ | 25.02 | 14.91 | 33.91 | - |
| YUV | 107.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 158 | 0 | 0.63 | 0.08 | 0.33 | 307.78 | 0.46 | 0.46 |
| Hex | AC | 40 | 9E | 0 | 3F | 8 | 21 | 134 | 2E | 2E |
| Octal | 254 | 100 | 236 | 0 | 77 | 10 | 41 | 464 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10011110 | 0 | 111111 | 1000 | 100001 | 100110100 | 101110 | 101110 |
Color Harmonies of #AC409E
Complementary color
Monochromatic Colors of #AC409E
Black with #AC409E
Text Example
Text Example
White with #AC409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC409E; }
p { color: rgb(172,64,158); }
H1.HeaderClassName
{
color: #AC409E;
}
.AnyTagClassName
{
color: #AC409E;
}
</style>
background-color css
<style>
a { background-color: #AC409E; }
a { background-color: rgb(172,64,158); }
div.DivClassName
{
background-color: #AC409E;
}
.BgClassName
{
background-color: #AC409E;
}
</style>
border-color css
<style>
span { border-color: #AC409E; }
span { border-color: rgb(172,64,158); }
td.TdClassName
{
border-color: #AC409E;
}
.TagClassName
{
border-color: #AC409E;
}
</style>