Shades of Dark Violet #AE00CA
Tints of Dark Violet #AE00CA
RGB
CMYK
RGB Variations
Color information
#AE00CA (or 0xAE00CA) is known color: Dark Violet. HEX triplet: AE, 00 and CA. RGB value is (174,0,202). Sum of RGB (Red+Green+Blue) = 174+0+202=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE00CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00CA is #51FF35. Grayscale: #4A4A4A. Windows color (decimal): -5373750 or 13238446. OLE color: 13238446.
HSL color Cylindrical-coordinate representation of color #AE00CA: hue angle of 291.68º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00CA is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 0 | 202 | - |
| CMYK | 0.14 | 1 | 0 | 0.21 |
| HSL | 291.68º | 1% | 0.4% | - |
| HSV(B) | 291.68º | 1% | 0.79% | - |
| XYZ | 28.12 | 13.26 | 56.96 | - |
| YUV | 75.05 | 199.65 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 202 | 0.14 | 1 | 0 | 0.21 | 291.68 | 1 | 0.4 |
| Hex | AE | 0 | CA | E | 64 | 0 | 15 | 124 | 64 | 28 |
| Octal | 256 | 0 | 312 | 16 | 144 | 0 | 25 | 444 | 144 | 50 |
| Binary | 10101110 | 0 | 11001010 | 1110 | 1100100 | 0 | 10101 | 100100100 | 1100100 | 101000 |
Color Harmonies of #AE00CA
Complementary color
Monochromatic Colors of #AE00CA
Black with #AE00CA
Text Example
Text Example
White with #AE00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00CA; }
p { color: rgb(174,0,202); }
H1.HeaderClassName
{
color: #AE00CA;
}
.AnyTagClassName
{
color: #AE00CA;
}
</style>
background-color css
<style>
a { background-color: #AE00CA; }
a { background-color: rgb(174,0,202); }
div.DivClassName
{
background-color: #AE00CA;
}
.BgClassName
{
background-color: #AE00CA;
}
</style>
border-color css
<style>
span { border-color: #AE00CA; }
span { border-color: rgb(174,0,202); }
td.TdClassName
{
border-color: #AE00CA;
}
.TagClassName
{
border-color: #AE00CA;
}
</style>