Shades of Violet Blue #AC64B1
Tints of Violet Blue #AC64B1
RGB
CMYK
RGB Variations
Color information
#AC64B1 (or 0xAC64B1) is known color: Violet Blue. HEX triplet: AC, 64 and B1. RGB value is (172,100,177). Sum of RGB (Red+Green+Blue) = 172+100+177=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC64B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC64B1 is #539B4E. Grayscale: #828282. Windows color (decimal): -5479247 or 11625644. OLE color: 11625644.
HSL color Cylindrical-coordinate representation of color #AC64B1: hue angle of 296.1º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC64B1 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 100 | 177 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.31 |
| HSL | 296.1º | 0.33% | 0.54% | - |
| HSV(B) | 296.1º | 0.44% | 0.69% | - |
| XYZ | 29.51 | 21.06 | 44.1 | - |
| YUV | 130.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 177 | 0.03 | 0.44 | 0 | 0.31 | 296.1 | 0.33 | 0.54 |
| Hex | AC | 64 | B1 | 3 | 2C | 0 | 1F | 128 | 21 | 36 |
| Octal | 254 | 144 | 261 | 3 | 54 | 0 | 37 | 450 | 41 | 66 |
| Binary | 10101100 | 1100100 | 10110001 | 11 | 101100 | 0 | 11111 | 100101000 | 100001 | 110110 |
Color Harmonies of #AC64B1
Complementary color
Monochromatic Colors of #AC64B1
Black with #AC64B1
Text Example
Text Example
White with #AC64B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64B1; }
p { color: rgb(172,100,177); }
H1.HeaderClassName
{
color: #AC64B1;
}
.AnyTagClassName
{
color: #AC64B1;
}
</style>
background-color css
<style>
a { background-color: #AC64B1; }
a { background-color: rgb(172,100,177); }
div.DivClassName
{
background-color: #AC64B1;
}
.BgClassName
{
background-color: #AC64B1;
}
</style>
border-color css
<style>
span { border-color: #AC64B1; }
span { border-color: rgb(172,100,177); }
td.TdClassName
{
border-color: #AC64B1;
}
.TagClassName
{
border-color: #AC64B1;
}
</style>