Shades of Violet Blue #AC64A8
Tints of Violet Blue #AC64A8
RGB
CMYK
RGB Variations
Color information
#AC64A8 (or 0xAC64A8) is known color: Violet Blue. HEX triplet: AC, 64 and A8. RGB value is (172,100,168). Sum of RGB (Red+Green+Blue) = 172+100+168=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC64A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC64A8 is #539B57. Grayscale: #818181. Windows color (decimal): -5479256 or 11035820. OLE color: 11035820.
HSL color Cylindrical-coordinate representation of color #AC64A8: hue angle of 303.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC64A8 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 168 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.33 |
| HSL | 303.33º | 0.3% | 0.53% | - |
| HSV(B) | 303.33º | 0.42% | 0.67% | - |
| XYZ | 28.64 | 20.71 | 39.53 | - |
| YUV | 129.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 168 | 0 | 0.42 | 0.02 | 0.33 | 303.33 | 0.3 | 0.53 |
| Hex | AC | 64 | A8 | 0 | 2A | 2 | 21 | 12F | 1E | 35 |
| Octal | 254 | 144 | 250 | 0 | 52 | 2 | 41 | 457 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10101000 | 0 | 101010 | 10 | 100001 | 100101111 | 11110 | 110101 |
Color Harmonies of #AC64A8
Complementary color
Monochromatic Colors of #AC64A8
Black with #AC64A8
Text Example
Text Example
White with #AC64A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64A8; }
p { color: rgb(172,100,168); }
H1.HeaderClassName
{
color: #AC64A8;
}
.AnyTagClassName
{
color: #AC64A8;
}
</style>
background-color css
<style>
a { background-color: #AC64A8; }
a { background-color: rgb(172,100,168); }
div.DivClassName
{
background-color: #AC64A8;
}
.BgClassName
{
background-color: #AC64A8;
}
</style>
border-color css
<style>
span { border-color: #AC64A8; }
span { border-color: rgb(172,100,168); }
td.TdClassName
{
border-color: #AC64A8;
}
.TagClassName
{
border-color: #AC64A8;
}
</style>