Shades of Violet Blue #AC64AA
Tints of Violet Blue #AC64AA
RGB
CMYK
RGB Variations
Color information
#AC64AA (or 0xAC64AA) is known color: Violet Blue. HEX triplet: AC, 64 and AA. RGB value is (172,100,170). Sum of RGB (Red+Green+Blue) = 172+100+170=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC64AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC64AA is #539B55. Grayscale: #818181. Windows color (decimal): -5479254 or 11166892. OLE color: 11166892.
HSL color Cylindrical-coordinate representation of color #AC64AA: hue angle of 301.67º 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 #AC64AA is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 170 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.33 |
| HSL | 301.67º | 0.3% | 0.53% | - |
| HSV(B) | 301.67º | 0.42% | 0.67% | - |
| XYZ | 28.83 | 20.79 | 40.52 | - |
| YUV | 129.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 170 | 0 | 0.42 | 0.01 | 0.33 | 301.67 | 0.3 | 0.53 |
| Hex | AC | 64 | AA | 0 | 2A | 1 | 21 | 12E | 1E | 35 |
| Octal | 254 | 144 | 252 | 0 | 52 | 1 | 41 | 456 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10101010 | 0 | 101010 | 1 | 100001 | 100101110 | 11110 | 110101 |
Color Harmonies of #AC64AA
Complementary color
Monochromatic Colors of #AC64AA
Black with #AC64AA
Text Example
Text Example
White with #AC64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64AA; }
p { color: rgb(172,100,170); }
H1.HeaderClassName
{
color: #AC64AA;
}
.AnyTagClassName
{
color: #AC64AA;
}
</style>
background-color css
<style>
a { background-color: #AC64AA; }
a { background-color: rgb(172,100,170); }
div.DivClassName
{
background-color: #AC64AA;
}
.BgClassName
{
background-color: #AC64AA;
}
</style>
border-color css
<style>
span { border-color: #AC64AA; }
span { border-color: rgb(172,100,170); }
td.TdClassName
{
border-color: #AC64AA;
}
.TagClassName
{
border-color: #AC64AA;
}
</style>