Shades of Dark Orchid #AA23DB
Tints of Dark Orchid #AA23DB
RGB
CMYK
RGB Variations
Color information
#AA23DB (or 0xAA23DB) is known color: Dark Orchid. HEX triplet: AA, 23 and DB. RGB value is (170,35,219). Sum of RGB (Red+Green+Blue) = 170+35+219=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA23DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23DB is #55DC24. Grayscale: #5F5F5F. Windows color (decimal): -5626917 or 14361514. OLE color: 14361514.
HSL color Cylindrical-coordinate representation of color #AA23DB: hue angle of 284.02º degrees, saturation: 0.72, 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 #AA23DB is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 35 | 219 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.14 |
| HSL | 284.02º | 0.72% | 0.5% | - |
| HSV(B) | 284.02º | 0.84% | 0.86% | - |
| XYZ | 29.96 | 14.86 | 68.31 | - |
| YUV | 96.34 | 197.23 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 219 | 0.22 | 0.84 | 0 | 0.14 | 284.02 | 0.72 | 0.5 |
| Hex | AA | 23 | DB | 16 | 54 | 0 | E | 11C | 48 | 32 |
| Octal | 252 | 43 | 333 | 26 | 124 | 0 | 16 | 434 | 110 | 62 |
| Binary | 10101010 | 100011 | 11011011 | 10110 | 1010100 | 0 | 1110 | 100011100 | 1001000 | 110010 |
Color Harmonies of #AA23DB
Complementary color
Monochromatic Colors of #AA23DB
Black with #AA23DB
Text Example
Text Example
White with #AA23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23DB; }
p { color: rgb(170,35,219); }
H1.HeaderClassName
{
color: #AA23DB;
}
.AnyTagClassName
{
color: #AA23DB;
}
</style>
background-color css
<style>
a { background-color: #AA23DB; }
a { background-color: rgb(170,35,219); }
div.DivClassName
{
background-color: #AA23DB;
}
.BgClassName
{
background-color: #AA23DB;
}
</style>
border-color css
<style>
span { border-color: #AA23DB; }
span { border-color: rgb(170,35,219); }
td.TdClassName
{
border-color: #AA23DB;
}
.TagClassName
{
border-color: #AA23DB;
}
</style>