Shades of Dark Orchid #AA33DC
Tints of Dark Orchid #AA33DC
RGB
CMYK
RGB Variations
Color information
#AA33DC (or 0xAA33DC) is known color: Dark Orchid. HEX triplet: AA, 33 and DC. RGB value is (170,51,220). Sum of RGB (Red+Green+Blue) = 170+51+220=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA33DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33DC is #55CC23. Grayscale: #696969. Windows color (decimal): -5622820 or 14431146. OLE color: 14431146.
HSL color Cylindrical-coordinate representation of color #AA33DC: hue angle of 282.25º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA33DC is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 51 | 220 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.14 |
| HSL | 282.25º | 0.71% | 0.53% | - |
| HSV(B) | 282.25º | 0.77% | 0.86% | - |
| XYZ | 30.68 | 16.08 | 69.2 | - |
| YUV | 105.85 | 192.42 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 220 | 0.23 | 0.77 | 0 | 0.14 | 282.25 | 0.71 | 0.53 |
| Hex | AA | 33 | DC | 17 | 4D | 0 | E | 11A | 47 | 35 |
| Octal | 252 | 63 | 334 | 27 | 115 | 0 | 16 | 432 | 107 | 65 |
| Binary | 10101010 | 110011 | 11011100 | 10111 | 1001101 | 0 | 1110 | 100011010 | 1000111 | 110101 |
Color Harmonies of #AA33DC
Complementary color
Monochromatic Colors of #AA33DC
Black with #AA33DC
Text Example
Text Example
White with #AA33DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA33DC; }
p { color: rgb(170,51,220); }
H1.HeaderClassName
{
color: #AA33DC;
}
.AnyTagClassName
{
color: #AA33DC;
}
</style>
background-color css
<style>
a { background-color: #AA33DC; }
a { background-color: rgb(170,51,220); }
div.DivClassName
{
background-color: #AA33DC;
}
.BgClassName
{
background-color: #AA33DC;
}
</style>
border-color css
<style>
span { border-color: #AA33DC; }
span { border-color: rgb(170,51,220); }
td.TdClassName
{
border-color: #AA33DC;
}
.TagClassName
{
border-color: #AA33DC;
}
</style>