Shades of Violet Blue #AE64A8
Tints of Violet Blue #AE64A8
RGB
CMYK
RGB Variations
Color information
#AE64A8 (or 0xAE64A8) is known color: Violet Blue. HEX triplet: AE, 64 and A8. RGB value is (174,100,168). Sum of RGB (Red+Green+Blue) = 174+100+168=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE64A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE64A8 is #519B57. Grayscale: #818181. Windows color (decimal): -5348184 or 11035822. OLE color: 11035822.
HSL color Cylindrical-coordinate representation of color #AE64A8: hue angle of 304.86º 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 #AE64A8 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 168 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.32 |
| HSL | 304.86º | 0.31% | 0.54% | - |
| HSV(B) | 304.86º | 0.43% | 0.68% | - |
| XYZ | 29.08 | 20.94 | 39.55 | - |
| YUV | 129.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 168 | 0 | 0.43 | 0.03 | 0.32 | 304.86 | 0.31 | 0.54 |
| Hex | AE | 64 | A8 | 0 | 2B | 3 | 20 | 131 | 1F | 36 |
| Octal | 256 | 144 | 250 | 0 | 53 | 3 | 40 | 461 | 37 | 66 |
| Binary | 10101110 | 1100100 | 10101000 | 0 | 101011 | 11 | 100000 | 100110001 | 11111 | 110110 |
Color Harmonies of #AE64A8
Complementary color
Monochromatic Colors of #AE64A8
Black with #AE64A8
Text Example
Text Example
White with #AE64A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE64A8; }
p { color: rgb(174,100,168); }
H1.HeaderClassName
{
color: #AE64A8;
}
.AnyTagClassName
{
color: #AE64A8;
}
</style>
background-color css
<style>
a { background-color: #AE64A8; }
a { background-color: rgb(174,100,168); }
div.DivClassName
{
background-color: #AE64A8;
}
.BgClassName
{
background-color: #AE64A8;
}
</style>
border-color css
<style>
span { border-color: #AE64A8; }
span { border-color: rgb(174,100,168); }
td.TdClassName
{
border-color: #AE64A8;
}
.TagClassName
{
border-color: #AE64A8;
}
</style>