Shades of Dark Orchid #AA23DA
Tints of Dark Orchid #AA23DA
RGB
CMYK
RGB Variations
Color information
#AA23DA (or 0xAA23DA) is known color: Dark Orchid. HEX triplet: AA, 23 and DA. RGB value is (170,35,218). Sum of RGB (Red+Green+Blue) = 170+35+218=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA23DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23DA is #55DC25. Grayscale: #5F5F5F. Windows color (decimal): -5626918 or 14295978. OLE color: 14295978.
HSL color Cylindrical-coordinate representation of color #AA23DA: hue angle of 284.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA23DA is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 35 | 218 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.15 |
| HSL | 284.26º | 0.72% | 0.5% | - |
| HSV(B) | 284.26º | 0.84% | 0.85% | - |
| XYZ | 29.83 | 14.81 | 67.62 | - |
| YUV | 96.23 | 196.73 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 218 | 0.22 | 0.84 | 0 | 0.15 | 284.26 | 0.72 | 0.5 |
| Hex | AA | 23 | DA | 16 | 54 | 0 | F | 11C | 48 | 32 |
| Octal | 252 | 43 | 332 | 26 | 124 | 0 | 17 | 434 | 110 | 62 |
| Binary | 10101010 | 100011 | 11011010 | 10110 | 1010100 | 0 | 1111 | 100011100 | 1001000 | 110010 |
Color Harmonies of #AA23DA
Complementary color
Monochromatic Colors of #AA23DA
Black with #AA23DA
Text Example
Text Example
White with #AA23DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23DA; }
p { color: rgb(170,35,218); }
H1.HeaderClassName
{
color: #AA23DA;
}
.AnyTagClassName
{
color: #AA23DA;
}
</style>
background-color css
<style>
a { background-color: #AA23DA; }
a { background-color: rgb(170,35,218); }
div.DivClassName
{
background-color: #AA23DA;
}
.BgClassName
{
background-color: #AA23DA;
}
</style>
border-color css
<style>
span { border-color: #AA23DA; }
span { border-color: rgb(170,35,218); }
td.TdClassName
{
border-color: #AA23DA;
}
.TagClassName
{
border-color: #AA23DA;
}
</style>