Shades of Dark Orchid #AA23DC
Tints of Dark Orchid #AA23DC
RGB
CMYK
RGB Variations
Color information
#AA23DC (or 0xAA23DC) is known color: Dark Orchid. HEX triplet: AA, 23 and DC. RGB value is (170,35,220). Sum of RGB (Red+Green+Blue) = 170+35+220=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA23DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23DC is #55DC23. Grayscale: #5F5F5F. Windows color (decimal): -5626916 or 14427050. OLE color: 14427050.
HSL color Cylindrical-coordinate representation of color #AA23DC: hue angle of 283.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA23DC is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 35 | 220 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.14 |
| HSL | 283.78º | 0.73% | 0.5% | - |
| HSV(B) | 283.78º | 0.84% | 0.86% | - |
| XYZ | 30.1 | 14.92 | 69 | - |
| YUV | 96.46 | 197.73 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 220 | 0.23 | 0.84 | 0 | 0.14 | 283.78 | 0.73 | 0.5 |
| Hex | AA | 23 | DC | 17 | 54 | 0 | E | 11C | 49 | 32 |
| Octal | 252 | 43 | 334 | 27 | 124 | 0 | 16 | 434 | 111 | 62 |
| Binary | 10101010 | 100011 | 11011100 | 10111 | 1010100 | 0 | 1110 | 100011100 | 1001001 | 110010 |
Color Harmonies of #AA23DC
Complementary color
Monochromatic Colors of #AA23DC
Black with #AA23DC
Text Example
Text Example
White with #AA23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23DC; }
p { color: rgb(170,35,220); }
H1.HeaderClassName
{
color: #AA23DC;
}
.AnyTagClassName
{
color: #AA23DC;
}
</style>
background-color css
<style>
a { background-color: #AA23DC; }
a { background-color: rgb(170,35,220); }
div.DivClassName
{
background-color: #AA23DC;
}
.BgClassName
{
background-color: #AA23DC;
}
</style>
border-color css
<style>
span { border-color: #AA23DC; }
span { border-color: rgb(170,35,220); }
td.TdClassName
{
border-color: #AA23DC;
}
.TagClassName
{
border-color: #AA23DC;
}
</style>