Shades of Dark Orchid #AA42CE
Tints of Dark Orchid #AA42CE
RGB
CMYK
RGB Variations
Color information
#AA42CE (or 0xAA42CE) is known color: Dark Orchid. HEX triplet: AA, 42 and CE. RGB value is (170,66,206). Sum of RGB (Red+Green+Blue) = 170+66+206=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA42CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42CE is #55BD31. Grayscale: #707070. Windows color (decimal): -5618994 or 13517482. OLE color: 13517482.
HSL color Cylindrical-coordinate representation of color #AA42CE: hue angle of 284.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA42CE is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 66 | 206 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.19 |
| HSL | 284.57º | 0.59% | 0.53% | - |
| HSV(B) | 284.57º | 0.68% | 0.81% | - |
| XYZ | 29.67 | 16.9 | 60.09 | - |
| YUV | 113.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 206 | 0.17 | 0.68 | 0 | 0.19 | 284.57 | 0.59 | 0.53 |
| Hex | AA | 42 | CE | 11 | 44 | 0 | 13 | 11D | 3B | 35 |
| Octal | 252 | 102 | 316 | 21 | 104 | 0 | 23 | 435 | 73 | 65 |
| Binary | 10101010 | 1000010 | 11001110 | 10001 | 1000100 | 0 | 10011 | 100011101 | 111011 | 110101 |
Color Harmonies of #AA42CE
Complementary color
Monochromatic Colors of #AA42CE
Black with #AA42CE
Text Example
Text Example
White with #AA42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42CE; }
p { color: rgb(170,66,206); }
H1.HeaderClassName
{
color: #AA42CE;
}
.AnyTagClassName
{
color: #AA42CE;
}
</style>
background-color css
<style>
a { background-color: #AA42CE; }
a { background-color: rgb(170,66,206); }
div.DivClassName
{
background-color: #AA42CE;
}
.BgClassName
{
background-color: #AA42CE;
}
</style>
border-color css
<style>
span { border-color: #AA42CE; }
span { border-color: rgb(170,66,206); }
td.TdClassName
{
border-color: #AA42CE;
}
.TagClassName
{
border-color: #AA42CE;
}
</style>