Shades of Violet Blue #AC459A
Tints of Violet Blue #AC459A
RGB
CMYK
RGB Variations
Color information
#AC459A (or 0xAC459A) is known color: Violet Blue. HEX triplet: AC, 45 and 9A. RGB value is (172,69,154). Sum of RGB (Red+Green+Blue) = 172+69+154=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC459A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC459A is #53BA65. Grayscale: #6D6D6D. Windows color (decimal): -5487206 or 10110380. OLE color: 10110380.
HSL color Cylindrical-coordinate representation of color #AC459A: hue angle of 310.49º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC459A is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 154 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.33 |
| HSL | 310.49º | 0.43% | 0.47% | - |
| HSV(B) | 310.49º | 0.6% | 0.67% | - |
| XYZ | 24.97 | 15.36 | 32.22 | - |
| YUV | 109.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 154 | 0 | 0.60 | 0.10 | 0.33 | 310.49 | 0.43 | 0.47 |
| Hex | AC | 45 | 9A | 0 | 3C | A | 21 | 136 | 2B | 2F |
| Octal | 254 | 105 | 232 | 0 | 74 | 12 | 41 | 466 | 53 | 57 |
| Binary | 10101100 | 1000101 | 10011010 | 0 | 111100 | 1010 | 100001 | 100110110 | 101011 | 101111 |
Color Harmonies of #AC459A
Complementary color
Monochromatic Colors of #AC459A
Black with #AC459A
Text Example
Text Example
White with #AC459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC459A; }
p { color: rgb(172,69,154); }
H1.HeaderClassName
{
color: #AC459A;
}
.AnyTagClassName
{
color: #AC459A;
}
</style>
background-color css
<style>
a { background-color: #AC459A; }
a { background-color: rgb(172,69,154); }
div.DivClassName
{
background-color: #AC459A;
}
.BgClassName
{
background-color: #AC459A;
}
</style>
border-color css
<style>
span { border-color: #AC459A; }
span { border-color: rgb(172,69,154); }
td.TdClassName
{
border-color: #AC459A;
}
.TagClassName
{
border-color: #AC459A;
}
</style>