Shades of Dark Orchid #AA23DD
Tints of Dark Orchid #AA23DD
RGB
CMYK
RGB Variations
Color information
#AA23DD (or 0xAA23DD) is known color: Dark Orchid. HEX triplet: AA, 23 and DD. RGB value is (170,35,221). Sum of RGB (Red+Green+Blue) = 170+35+221=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA23DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23DD is #55DC22. Grayscale: #5F5F5F. Windows color (decimal): -5626915 or 14492586. OLE color: 14492586.
HSL color Cylindrical-coordinate representation of color #AA23DD: hue angle of 283.55º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA23DD is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 35 | 221 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.13 |
| HSL | 283.55º | 0.73% | 0.5% | - |
| HSV(B) | 283.55º | 0.84% | 0.87% | - |
| XYZ | 30.23 | 14.97 | 69.7 | - |
| YUV | 96.57 | 198.23 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 221 | 0.23 | 0.84 | 0 | 0.13 | 283.55 | 0.73 | 0.5 |
| Hex | AA | 23 | DD | 17 | 54 | 0 | D | 11C | 49 | 32 |
| Octal | 252 | 43 | 335 | 27 | 124 | 0 | 15 | 434 | 111 | 62 |
| Binary | 10101010 | 100011 | 11011101 | 10111 | 1010100 | 0 | 1101 | 100011100 | 1001001 | 110010 |
Color Harmonies of #AA23DD
Complementary color
Monochromatic Colors of #AA23DD
Black with #AA23DD
Text Example
Text Example
White with #AA23DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23DD; }
p { color: rgb(170,35,221); }
H1.HeaderClassName
{
color: #AA23DD;
}
.AnyTagClassName
{
color: #AA23DD;
}
</style>
background-color css
<style>
a { background-color: #AA23DD; }
a { background-color: rgb(170,35,221); }
div.DivClassName
{
background-color: #AA23DD;
}
.BgClassName
{
background-color: #AA23DD;
}
</style>
border-color css
<style>
span { border-color: #AA23DD; }
span { border-color: rgb(170,35,221); }
td.TdClassName
{
border-color: #AA23DD;
}
.TagClassName
{
border-color: #AA23DD;
}
</style>