Shades of Violet Blue #AC36A5
Tints of Violet Blue #AC36A5
RGB
CMYK
RGB Variations
Color information
#AC36A5 (or 0xAC36A5) is known color: Violet Blue. HEX triplet: AC, 36 and A5. RGB value is (172,54,165). Sum of RGB (Red+Green+Blue) = 172+54+165=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC36A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC36A5 is #53C95A. Grayscale: #656565. Windows color (decimal): -5491035 or 10827436. OLE color: 10827436.
HSL color Cylindrical-coordinate representation of color #AC36A5: hue angle of 303.56º 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 #AC36A5 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 165 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.33 |
| HSL | 303.56º | 0.52% | 0.44% | - |
| HSV(B) | 303.56º | 0.69% | 0.67% | - |
| XYZ | 25.12 | 14.13 | 37 | - |
| YUV | 101.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 165 | 0 | 0.69 | 0.04 | 0.33 | 303.56 | 0.52 | 0.44 |
| Hex | AC | 36 | A5 | 0 | 45 | 4 | 21 | 130 | 34 | 2C |
| Octal | 254 | 66 | 245 | 0 | 105 | 4 | 41 | 460 | 64 | 54 |
| Binary | 10101100 | 110110 | 10100101 | 0 | 1000101 | 100 | 100001 | 100110000 | 110100 | 101100 |
Color Harmonies of #AC36A5
Complementary color
Monochromatic Colors of #AC36A5
Black with #AC36A5
Text Example
Text Example
White with #AC36A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC36A5; }
p { color: rgb(172,54,165); }
H1.HeaderClassName
{
color: #AC36A5;
}
.AnyTagClassName
{
color: #AC36A5;
}
</style>
background-color css
<style>
a { background-color: #AC36A5; }
a { background-color: rgb(172,54,165); }
div.DivClassName
{
background-color: #AC36A5;
}
.BgClassName
{
background-color: #AC36A5;
}
</style>
border-color css
<style>
span { border-color: #AC36A5; }
span { border-color: rgb(172,54,165); }
td.TdClassName
{
border-color: #AC36A5;
}
.TagClassName
{
border-color: #AC36A5;
}
</style>