Shades of Violet Blue #AC64AF
Tints of Violet Blue #AC64AF
RGB
CMYK
RGB Variations
Color information
#AC64AF (or 0xAC64AF) is known color: Violet Blue. HEX triplet: AC, 64 and AF. RGB value is (172,100,175). Sum of RGB (Red+Green+Blue) = 172+100+175=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC64AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC64AF is #539B50. Grayscale: #818181. Windows color (decimal): -5479249 or 11494572. OLE color: 11494572.
HSL color Cylindrical-coordinate representation of color #AC64AF: hue angle of 297.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC64AF is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 100 | 175 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.31 |
| HSL | 297.6º | 0.32% | 0.54% | - |
| HSV(B) | 297.6º | 0.43% | 0.69% | - |
| XYZ | 29.31 | 20.98 | 43.06 | - |
| YUV | 130.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 175 | 0.02 | 0.43 | 0 | 0.31 | 297.6 | 0.32 | 0.54 |
| Hex | AC | 64 | AF | 2 | 2B | 0 | 1F | 12A | 20 | 36 |
| Octal | 254 | 144 | 257 | 2 | 53 | 0 | 37 | 452 | 40 | 66 |
| Binary | 10101100 | 1100100 | 10101111 | 10 | 101011 | 0 | 11111 | 100101010 | 100000 | 110110 |
Color Harmonies of #AC64AF
Complementary color
Monochromatic Colors of #AC64AF
Black with #AC64AF
Text Example
Text Example
White with #AC64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64AF; }
p { color: rgb(172,100,175); }
H1.HeaderClassName
{
color: #AC64AF;
}
.AnyTagClassName
{
color: #AC64AF;
}
</style>
background-color css
<style>
a { background-color: #AC64AF; }
a { background-color: rgb(172,100,175); }
div.DivClassName
{
background-color: #AC64AF;
}
.BgClassName
{
background-color: #AC64AF;
}
</style>
border-color css
<style>
span { border-color: #AC64AF; }
span { border-color: rgb(172,100,175); }
td.TdClassName
{
border-color: #AC64AF;
}
.TagClassName
{
border-color: #AC64AF;
}
</style>