Shades of Dark Orchid #AE19CA
Tints of Dark Orchid #AE19CA
RGB
CMYK
RGB Variations
Color information
#AE19CA (or 0xAE19CA) is known color: Dark Orchid. HEX triplet: AE, 19 and CA. RGB value is (174,25,202). Sum of RGB (Red+Green+Blue) = 174+25+202=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE19CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE19CA is #51E635. Grayscale: #595959. Windows color (decimal): -5367350 or 13244846. OLE color: 13244846.
HSL color Cylindrical-coordinate representation of color #AE19CA: hue angle of 290.51º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE19CA is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 25 | 202 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.21 |
| HSL | 290.51º | 0.78% | 0.45% | - |
| HSV(B) | 290.51º | 0.88% | 0.79% | - |
| XYZ | 28.46 | 13.96 | 57.07 | - |
| YUV | 89.73 | 191.36 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 25 | 202 | 0.14 | 0.88 | 0 | 0.21 | 290.51 | 0.78 | 0.45 |
| Hex | AE | 19 | CA | E | 58 | 0 | 15 | 123 | 4E | 2D |
| Octal | 256 | 31 | 312 | 16 | 130 | 0 | 25 | 443 | 116 | 55 |
| Binary | 10101110 | 11001 | 11001010 | 1110 | 1011000 | 0 | 10101 | 100100011 | 1001110 | 101101 |
Color Harmonies of #AE19CA
Complementary color
Monochromatic Colors of #AE19CA
Black with #AE19CA
Text Example
Text Example
White with #AE19CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE19CA; }
p { color: rgb(174,25,202); }
H1.HeaderClassName
{
color: #AE19CA;
}
.AnyTagClassName
{
color: #AE19CA;
}
</style>
background-color css
<style>
a { background-color: #AE19CA; }
a { background-color: rgb(174,25,202); }
div.DivClassName
{
background-color: #AE19CA;
}
.BgClassName
{
background-color: #AE19CA;
}
</style>
border-color css
<style>
span { border-color: #AE19CA; }
span { border-color: rgb(174,25,202); }
td.TdClassName
{
border-color: #AE19CA;
}
.TagClassName
{
border-color: #AE19CA;
}
</style>