Shades of Violet Blue #AE64AC
Tints of Violet Blue #AE64AC
RGB
CMYK
RGB Variations
Color information
#AE64AC (or 0xAE64AC) is known color: Violet Blue. HEX triplet: AE, 64 and AC. RGB value is (174,100,172). Sum of RGB (Red+Green+Blue) = 174+100+172=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE64AC is #519B53. Grayscale: #828282. Windows color (decimal): -5348180 or 11297966. OLE color: 11297966.
HSL color Cylindrical-coordinate representation of color #AE64AC: hue angle of 301.62º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE64AC is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 172 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.32 |
| HSL | 301.62º | 0.31% | 0.54% | - |
| HSV(B) | 301.62º | 0.43% | 0.68% | - |
| XYZ | 29.46 | 21.09 | 41.55 | - |
| YUV | 130.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 172 | 0 | 0.43 | 0.01 | 0.32 | 301.62 | 0.31 | 0.54 |
| Hex | AE | 64 | AC | 0 | 2B | 1 | 20 | 12E | 1F | 36 |
| Octal | 256 | 144 | 254 | 0 | 53 | 1 | 40 | 456 | 37 | 66 |
| Binary | 10101110 | 1100100 | 10101100 | 0 | 101011 | 1 | 100000 | 100101110 | 11111 | 110110 |
Color Harmonies of #AE64AC
Complementary color
Monochromatic Colors of #AE64AC
Black with #AE64AC
Text Example
Text Example
White with #AE64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE64AC; }
p { color: rgb(174,100,172); }
H1.HeaderClassName
{
color: #AE64AC;
}
.AnyTagClassName
{
color: #AE64AC;
}
</style>
background-color css
<style>
a { background-color: #AE64AC; }
a { background-color: rgb(174,100,172); }
div.DivClassName
{
background-color: #AE64AC;
}
.BgClassName
{
background-color: #AE64AC;
}
</style>
border-color css
<style>
span { border-color: #AE64AC; }
span { border-color: rgb(174,100,172); }
td.TdClassName
{
border-color: #AE64AC;
}
.TagClassName
{
border-color: #AE64AC;
}
</style>