Shades of Dark Orchid #AE31CA
Tints of Dark Orchid #AE31CA
RGB
CMYK
RGB Variations
Color information
#AE31CA (or 0xAE31CA) is known color: Dark Orchid. HEX triplet: AE, 31 and CA. RGB value is (174,49,202). Sum of RGB (Red+Green+Blue) = 174+49+202=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE31CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE31CA is #51CE35. Grayscale: #676767. Windows color (decimal): -5361206 or 13250990. OLE color: 13250990.
HSL color Cylindrical-coordinate representation of color #AE31CA: hue angle of 289.02º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE31CA is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 49 | 202 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.21 |
| HSL | 289.02º | 0.61% | 0.49% | - |
| HSV(B) | 289.02º | 0.76% | 0.79% | - |
| XYZ | 29.21 | 15.46 | 57.32 | - |
| YUV | 103.82 | 183.41 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 202 | 0.14 | 0.76 | 0 | 0.21 | 289.02 | 0.61 | 0.49 |
| Hex | AE | 31 | CA | E | 4C | 0 | 15 | 121 | 3D | 31 |
| Octal | 256 | 61 | 312 | 16 | 114 | 0 | 25 | 441 | 75 | 61 |
| Binary | 10101110 | 110001 | 11001010 | 1110 | 1001100 | 0 | 10101 | 100100001 | 111101 | 110001 |
Color Harmonies of #AE31CA
Complementary color
Monochromatic Colors of #AE31CA
Black with #AE31CA
Text Example
Text Example
White with #AE31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE31CA; }
p { color: rgb(174,49,202); }
H1.HeaderClassName
{
color: #AE31CA;
}
.AnyTagClassName
{
color: #AE31CA;
}
</style>
background-color css
<style>
a { background-color: #AE31CA; }
a { background-color: rgb(174,49,202); }
div.DivClassName
{
background-color: #AE31CA;
}
.BgClassName
{
background-color: #AE31CA;
}
</style>
border-color css
<style>
span { border-color: #AE31CA; }
span { border-color: rgb(174,49,202); }
td.TdClassName
{
border-color: #AE31CA;
}
.TagClassName
{
border-color: #AE31CA;
}
</style>