Shades of Dark Orchid #AA32DC
Tints of Dark Orchid #AA32DC
RGB
CMYK
RGB Variations
Color information
#AA32DC (or 0xAA32DC) is known color: Dark Orchid. HEX triplet: AA, 32 and DC. RGB value is (170,50,220). Sum of RGB (Red+Green+Blue) = 170+50+220=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA32DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32DC is #55CD23. Grayscale: #686868. Windows color (decimal): -5623076 or 14430890. OLE color: 14430890.
HSL color Cylindrical-coordinate representation of color #AA32DC: hue angle of 282.35º 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 #AA32DC is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 50 | 220 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.14 |
| HSL | 282.35º | 0.71% | 0.53% | - |
| HSV(B) | 282.35º | 0.77% | 0.86% | - |
| XYZ | 30.64 | 15.99 | 69.18 | - |
| YUV | 105.26 | 192.76 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 220 | 0.23 | 0.77 | 0 | 0.14 | 282.35 | 0.71 | 0.53 |
| Hex | AA | 32 | DC | 17 | 4D | 0 | E | 11A | 47 | 35 |
| Octal | 252 | 62 | 334 | 27 | 115 | 0 | 16 | 432 | 107 | 65 |
| Binary | 10101010 | 110010 | 11011100 | 10111 | 1001101 | 0 | 1110 | 100011010 | 1000111 | 110101 |
Color Harmonies of #AA32DC
Complementary color
Monochromatic Colors of #AA32DC
Black with #AA32DC
Text Example
Text Example
White with #AA32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32DC; }
p { color: rgb(170,50,220); }
H1.HeaderClassName
{
color: #AA32DC;
}
.AnyTagClassName
{
color: #AA32DC;
}
</style>
background-color css
<style>
a { background-color: #AA32DC; }
a { background-color: rgb(170,50,220); }
div.DivClassName
{
background-color: #AA32DC;
}
.BgClassName
{
background-color: #AA32DC;
}
</style>
border-color css
<style>
span { border-color: #AA32DC; }
span { border-color: rgb(170,50,220); }
td.TdClassName
{
border-color: #AA32DC;
}
.TagClassName
{
border-color: #AA32DC;
}
</style>