Shades of Dark Orchid #AA28DC
Tints of Dark Orchid #AA28DC
RGB
CMYK
RGB Variations
Color information
#AA28DC (or 0xAA28DC) is known color: Dark Orchid. HEX triplet: AA, 28 and DC. RGB value is (170,40,220). Sum of RGB (Red+Green+Blue) = 170+40+220=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA28DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28DC is #55D723. Grayscale: #626262. Windows color (decimal): -5625636 or 14428330. OLE color: 14428330.
HSL color Cylindrical-coordinate representation of color #AA28DC: hue angle of 283.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA28DC is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 40 | 220 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.14 |
| HSL | 283.33º | 0.72% | 0.51% | - |
| HSV(B) | 283.33º | 0.82% | 0.86% | - |
| XYZ | 30.25 | 15.23 | 69.06 | - |
| YUV | 99.39 | 196.07 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 220 | 0.23 | 0.82 | 0 | 0.14 | 283.33 | 0.72 | 0.51 |
| Hex | AA | 28 | DC | 17 | 52 | 0 | E | 11B | 48 | 33 |
| Octal | 252 | 50 | 334 | 27 | 122 | 0 | 16 | 433 | 110 | 63 |
| Binary | 10101010 | 101000 | 11011100 | 10111 | 1010010 | 0 | 1110 | 100011011 | 1001000 | 110011 |
Color Harmonies of #AA28DC
Complementary color
Monochromatic Colors of #AA28DC
Black with #AA28DC
Text Example
Text Example
White with #AA28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28DC; }
p { color: rgb(170,40,220); }
H1.HeaderClassName
{
color: #AA28DC;
}
.AnyTagClassName
{
color: #AA28DC;
}
</style>
background-color css
<style>
a { background-color: #AA28DC; }
a { background-color: rgb(170,40,220); }
div.DivClassName
{
background-color: #AA28DC;
}
.BgClassName
{
background-color: #AA28DC;
}
</style>
border-color css
<style>
span { border-color: #AA28DC; }
span { border-color: rgb(170,40,220); }
td.TdClassName
{
border-color: #AA28DC;
}
.TagClassName
{
border-color: #AA28DC;
}
</style>