Shades of Dark Orchid #AA42DD
Tints of Dark Orchid #AA42DD
RGB
CMYK
RGB Variations
Color information
#AA42DD (or 0xAA42DD) is known color: Dark Orchid. HEX triplet: AA, 42 and DD. RGB value is (170,66,221). Sum of RGB (Red+Green+Blue) = 170+66+221=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA42DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42DD is #55BD22. Grayscale: #727272. Windows color (decimal): -5618979 or 14500522. OLE color: 14500522.
HSL color Cylindrical-coordinate representation of color #AA42DD: hue angle of 280.26º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA42DD is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 66 | 221 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.13 |
| HSL | 280.26º | 0.7% | 0.56% | - |
| HSV(B) | 280.26º | 0.7% | 0.87% | - |
| XYZ | 31.58 | 17.66 | 70.15 | - |
| YUV | 114.77 | 187.96 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 221 | 0.23 | 0.70 | 0 | 0.13 | 280.26 | 0.7 | 0.56 |
| Hex | AA | 42 | DD | 17 | 46 | 0 | D | 118 | 46 | 38 |
| Octal | 252 | 102 | 335 | 27 | 106 | 0 | 15 | 430 | 106 | 70 |
| Binary | 10101010 | 1000010 | 11011101 | 10111 | 1000110 | 0 | 1101 | 100011000 | 1000110 | 111000 |
Color Harmonies of #AA42DD
Complementary color
Monochromatic Colors of #AA42DD
Black with #AA42DD
Text Example
Text Example
White with #AA42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42DD; }
p { color: rgb(170,66,221); }
H1.HeaderClassName
{
color: #AA42DD;
}
.AnyTagClassName
{
color: #AA42DD;
}
</style>
background-color css
<style>
a { background-color: #AA42DD; }
a { background-color: rgb(170,66,221); }
div.DivClassName
{
background-color: #AA42DD;
}
.BgClassName
{
background-color: #AA42DD;
}
</style>
border-color css
<style>
span { border-color: #AA42DD; }
span { border-color: rgb(170,66,221); }
td.TdClassName
{
border-color: #AA42DD;
}
.TagClassName
{
border-color: #AA42DD;
}
</style>