Shades of Dark Violet #AE14CA
Tints of Dark Violet #AE14CA
RGB
CMYK
RGB Variations
Color information
#AE14CA (or 0xAE14CA) is known color: Dark Violet. HEX triplet: AE, 14 and CA. RGB value is (174,20,202). Sum of RGB (Red+Green+Blue) = 174+20+202=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE14CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE14CA is #51EB35. Grayscale: #565656. Windows color (decimal): -5368630 or 13243566. OLE color: 13243566.
HSL color Cylindrical-coordinate representation of color #AE14CA: hue angle of 290.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE14CA is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 20 | 202 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.21 |
| HSL | 290.77º | 0.82% | 0.44% | - |
| HSV(B) | 290.77º | 0.9% | 0.79% | - |
| XYZ | 28.37 | 13.76 | 57.04 | - |
| YUV | 86.79 | 193.02 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 202 | 0.14 | 0.90 | 0 | 0.21 | 290.77 | 0.82 | 0.44 |
| Hex | AE | 14 | CA | E | 5A | 0 | 15 | 123 | 52 | 2C |
| Octal | 256 | 24 | 312 | 16 | 132 | 0 | 25 | 443 | 122 | 54 |
| Binary | 10101110 | 10100 | 11001010 | 1110 | 1011010 | 0 | 10101 | 100100011 | 1010010 | 101100 |
Color Harmonies of #AE14CA
Complementary color
Monochromatic Colors of #AE14CA
Black with #AE14CA
Text Example
Text Example
White with #AE14CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE14CA; }
p { color: rgb(174,20,202); }
H1.HeaderClassName
{
color: #AE14CA;
}
.AnyTagClassName
{
color: #AE14CA;
}
</style>
background-color css
<style>
a { background-color: #AE14CA; }
a { background-color: rgb(174,20,202); }
div.DivClassName
{
background-color: #AE14CA;
}
.BgClassName
{
background-color: #AE14CA;
}
</style>
border-color css
<style>
span { border-color: #AE14CA; }
span { border-color: rgb(174,20,202); }
td.TdClassName
{
border-color: #AE14CA;
}
.TagClassName
{
border-color: #AE14CA;
}
</style>