Shades of Violet Blue #AC36A4
Tints of Violet Blue #AC36A4
RGB
CMYK
RGB Variations
Color information
#AC36A4 (or 0xAC36A4) is known color: Violet Blue. HEX triplet: AC, 36 and A4. RGB value is (172,54,164). Sum of RGB (Red+Green+Blue) = 172+54+164=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC36A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC36A4 is #53C95B. Grayscale: #656565. Windows color (decimal): -5491036 or 10761900. OLE color: 10761900.
HSL color Cylindrical-coordinate representation of color #AC36A4: hue angle of 304.07º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC36A4 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 164 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.33 |
| HSL | 304.07º | 0.52% | 0.44% | - |
| HSV(B) | 304.07º | 0.69% | 0.67% | - |
| XYZ | 25.03 | 14.09 | 36.52 | - |
| YUV | 101.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 164 | 0 | 0.69 | 0.05 | 0.33 | 304.07 | 0.52 | 0.44 |
| Hex | AC | 36 | A4 | 0 | 45 | 5 | 21 | 130 | 34 | 2C |
| Octal | 254 | 66 | 244 | 0 | 105 | 5 | 41 | 460 | 64 | 54 |
| Binary | 10101100 | 110110 | 10100100 | 0 | 1000101 | 101 | 100001 | 100110000 | 110100 | 101100 |
Color Harmonies of #AC36A4
Complementary color
Monochromatic Colors of #AC36A4
Black with #AC36A4
Text Example
Text Example
White with #AC36A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC36A4; }
p { color: rgb(172,54,164); }
H1.HeaderClassName
{
color: #AC36A4;
}
.AnyTagClassName
{
color: #AC36A4;
}
</style>
background-color css
<style>
a { background-color: #AC36A4; }
a { background-color: rgb(172,54,164); }
div.DivClassName
{
background-color: #AC36A4;
}
.BgClassName
{
background-color: #AC36A4;
}
</style>
border-color css
<style>
span { border-color: #AC36A4; }
span { border-color: rgb(172,54,164); }
td.TdClassName
{
border-color: #AC36A4;
}
.TagClassName
{
border-color: #AC36A4;
}
</style>