Shades of Dark Orchid #AE36CA
Tints of Dark Orchid #AE36CA
RGB
CMYK
RGB Variations
Color information
#AE36CA (or 0xAE36CA) is known color: Dark Orchid. HEX triplet: AE, 36 and CA. RGB value is (174,54,202). Sum of RGB (Red+Green+Blue) = 174+54+202=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE36CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE36CA is #51C935. Grayscale: #6A6A6A. Windows color (decimal): -5359926 or 13252270. OLE color: 13252270.
HSL color Cylindrical-coordinate representation of color #AE36CA: hue angle of 288.65º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE36CA is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 54 | 202 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.21 |
| HSL | 288.65º | 0.58% | 0.5% | - |
| HSV(B) | 288.65º | 0.73% | 0.79% | - |
| XYZ | 29.44 | 15.9 | 57.39 | - |
| YUV | 106.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 202 | 0.14 | 0.73 | 0 | 0.21 | 288.65 | 0.58 | 0.5 |
| Hex | AE | 36 | CA | E | 49 | 0 | 15 | 121 | 3A | 32 |
| Octal | 256 | 66 | 312 | 16 | 111 | 0 | 25 | 441 | 72 | 62 |
| Binary | 10101110 | 110110 | 11001010 | 1110 | 1001001 | 0 | 10101 | 100100001 | 111010 | 110010 |
Color Harmonies of #AE36CA
Complementary color
Monochromatic Colors of #AE36CA
Black with #AE36CA
Text Example
Text Example
White with #AE36CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE36CA; }
p { color: rgb(174,54,202); }
H1.HeaderClassName
{
color: #AE36CA;
}
.AnyTagClassName
{
color: #AE36CA;
}
</style>
background-color css
<style>
a { background-color: #AE36CA; }
a { background-color: rgb(174,54,202); }
div.DivClassName
{
background-color: #AE36CA;
}
.BgClassName
{
background-color: #AE36CA;
}
</style>
border-color css
<style>
span { border-color: #AE36CA; }
span { border-color: rgb(174,54,202); }
td.TdClassName
{
border-color: #AE36CA;
}
.TagClassName
{
border-color: #AE36CA;
}
</style>