Shades of Violet Blue #AC509E
Tints of Violet Blue #AC509E
RGB
CMYK
RGB Variations
Color information
#AC509E (or 0xAC509E) is known color: Violet Blue. HEX triplet: AC, 50 and 9E. RGB value is (172,80,158). Sum of RGB (Red+Green+Blue) = 172+80+158=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC509E is #53AF61. Grayscale: #747474. Windows color (decimal): -5484386 or 10375340. OLE color: 10375340.
HSL color Cylindrical-coordinate representation of color #AC509E: hue angle of 309.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC509E is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 158 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.33 |
| HSL | 309.13º | 0.37% | 0.49% | - |
| HSV(B) | 309.13º | 0.53% | 0.67% | - |
| XYZ | 26.05 | 16.98 | 34.25 | - |
| YUV | 116.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 158 | 0 | 0.53 | 0.08 | 0.33 | 309.13 | 0.37 | 0.49 |
| Hex | AC | 50 | 9E | 0 | 35 | 8 | 21 | 135 | 25 | 31 |
| Octal | 254 | 120 | 236 | 0 | 65 | 10 | 41 | 465 | 45 | 61 |
| Binary | 10101100 | 1010000 | 10011110 | 0 | 110101 | 1000 | 100001 | 100110101 | 100101 | 110001 |
Color Harmonies of #AC509E
Complementary color
Monochromatic Colors of #AC509E
Black with #AC509E
Text Example
Text Example
White with #AC509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC509E; }
p { color: rgb(172,80,158); }
H1.HeaderClassName
{
color: #AC509E;
}
.AnyTagClassName
{
color: #AC509E;
}
</style>
background-color css
<style>
a { background-color: #AC509E; }
a { background-color: rgb(172,80,158); }
div.DivClassName
{
background-color: #AC509E;
}
.BgClassName
{
background-color: #AC509E;
}
</style>
border-color css
<style>
span { border-color: #AC509E; }
span { border-color: rgb(172,80,158); }
td.TdClassName
{
border-color: #AC509E;
}
.TagClassName
{
border-color: #AC509E;
}
</style>