Shades of Dark Orchid #AA22AC
Tints of Dark Orchid #AA22AC
RGB
CMYK
RGB Variations
Color information
#AA22AC (or 0xAA22AC) is known color: Dark Orchid. HEX triplet: AA, 22 and AC. RGB value is (170,34,172). Sum of RGB (Red+Green+Blue) = 170+34+172=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA22AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA22AC is #55DD53. Grayscale: #595959. Windows color (decimal): -5627220 or 11281066. OLE color: 11281066.
HSL color Cylindrical-coordinate representation of color #AA22AC: hue angle of 299.13º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA22AC is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 172 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.33 |
| HSL | 299.13º | 0.67% | 0.4% | - |
| HSV(B) | 299.13º | 0.8% | 0.67% | - |
| XYZ | 24.6 | 12.67 | 40.18 | - |
| YUV | 90.4 | 174.06 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 172 | 0.01 | 0.80 | 0 | 0.33 | 299.13 | 0.67 | 0.4 |
| Hex | AA | 22 | AC | 1 | 50 | 0 | 21 | 12B | 43 | 28 |
| Octal | 252 | 42 | 254 | 1 | 120 | 0 | 41 | 453 | 103 | 50 |
| Binary | 10101010 | 100010 | 10101100 | 1 | 1010000 | 0 | 100001 | 100101011 | 1000011 | 101000 |
Color Harmonies of #AA22AC
Complementary color
Monochromatic Colors of #AA22AC
Black with #AA22AC
Text Example
Text Example
White with #AA22AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA22AC; }
p { color: rgb(170,34,172); }
H1.HeaderClassName
{
color: #AA22AC;
}
.AnyTagClassName
{
color: #AA22AC;
}
</style>
background-color css
<style>
a { background-color: #AA22AC; }
a { background-color: rgb(170,34,172); }
div.DivClassName
{
background-color: #AA22AC;
}
.BgClassName
{
background-color: #AA22AC;
}
</style>
border-color css
<style>
span { border-color: #AA22AC; }
span { border-color: rgb(170,34,172); }
td.TdClassName
{
border-color: #AA22AC;
}
.TagClassName
{
border-color: #AA22AC;
}
</style>