Shades of Dark Orchid #AA33D1
Tints of Dark Orchid #AA33D1
RGB
CMYK
RGB Variations
Color information
#AA33D1 (or 0xAA33D1) is known color: Dark Orchid. HEX triplet: AA, 33 and D1. RGB value is (170,51,209). Sum of RGB (Red+Green+Blue) = 170+51+209=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA33D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33D1 is #55CC2E. Grayscale: #686868. Windows color (decimal): -5622831 or 13710250. OLE color: 13710250.
HSL color Cylindrical-coordinate representation of color #AA33D1: hue angle of 285.19º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA33D1 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 51 | 209 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.18 |
| HSL | 285.19º | 0.63% | 0.51% | - |
| HSV(B) | 285.19º | 0.76% | 0.82% | - |
| XYZ | 29.27 | 15.52 | 61.77 | - |
| YUV | 104.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 209 | 0.19 | 0.76 | 0 | 0.18 | 285.19 | 0.63 | 0.51 |
| Hex | AA | 33 | D1 | 13 | 4C | 0 | 12 | 11D | 3F | 33 |
| Octal | 252 | 63 | 321 | 23 | 114 | 0 | 22 | 435 | 77 | 63 |
| Binary | 10101010 | 110011 | 11010001 | 10011 | 1001100 | 0 | 10010 | 100011101 | 111111 | 110011 |
Color Harmonies of #AA33D1
Complementary color
Monochromatic Colors of #AA33D1
Black with #AA33D1
Text Example
Text Example
White with #AA33D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA33D1; }
p { color: rgb(170,51,209); }
H1.HeaderClassName
{
color: #AA33D1;
}
.AnyTagClassName
{
color: #AA33D1;
}
</style>
background-color css
<style>
a { background-color: #AA33D1; }
a { background-color: rgb(170,51,209); }
div.DivClassName
{
background-color: #AA33D1;
}
.BgClassName
{
background-color: #AA33D1;
}
</style>
border-color css
<style>
span { border-color: #AA33D1; }
span { border-color: rgb(170,51,209); }
td.TdClassName
{
border-color: #AA33D1;
}
.TagClassName
{
border-color: #AA33D1;
}
</style>