Shades of Dark Orchid #AA31CE
Tints of Dark Orchid #AA31CE
RGB
CMYK
RGB Variations
Color information
#AA31CE (or 0xAA31CE) is known color: Dark Orchid. HEX triplet: AA, 31 and CE. RGB value is (170,49,206). Sum of RGB (Red+Green+Blue) = 170+49+206=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA31CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31CE is #55CE31. Grayscale: #666666. Windows color (decimal): -5623346 or 13513130. OLE color: 13513130.
HSL color Cylindrical-coordinate representation of color #AA31CE: hue angle of 286.24º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA31CE is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 49 | 206 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.19 |
| HSL | 286.24º | 0.62% | 0.5% | - |
| HSV(B) | 286.24º | 0.76% | 0.81% | - |
| XYZ | 28.82 | 15.2 | 59.81 | - |
| YUV | 103.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 206 | 0.17 | 0.76 | 0 | 0.19 | 286.24 | 0.62 | 0.5 |
| Hex | AA | 31 | CE | 11 | 4C | 0 | 13 | 11E | 3E | 32 |
| Octal | 252 | 61 | 316 | 21 | 114 | 0 | 23 | 436 | 76 | 62 |
| Binary | 10101010 | 110001 | 11001110 | 10001 | 1001100 | 0 | 10011 | 100011110 | 111110 | 110010 |
Color Harmonies of #AA31CE
Complementary color
Monochromatic Colors of #AA31CE
Black with #AA31CE
Text Example
Text Example
White with #AA31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31CE; }
p { color: rgb(170,49,206); }
H1.HeaderClassName
{
color: #AA31CE;
}
.AnyTagClassName
{
color: #AA31CE;
}
</style>
background-color css
<style>
a { background-color: #AA31CE; }
a { background-color: rgb(170,49,206); }
div.DivClassName
{
background-color: #AA31CE;
}
.BgClassName
{
background-color: #AA31CE;
}
</style>
border-color css
<style>
span { border-color: #AA31CE; }
span { border-color: rgb(170,49,206); }
td.TdClassName
{
border-color: #AA31CE;
}
.TagClassName
{
border-color: #AA31CE;
}
</style>