Shades of Dark Orchid #AA28D6
Tints of Dark Orchid #AA28D6
RGB
CMYK
RGB Variations
Color information
#AA28D6 (or 0xAA28D6) is known color: Dark Orchid. HEX triplet: AA, 28 and D6. RGB value is (170,40,214). Sum of RGB (Red+Green+Blue) = 170+40+214=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA28D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28D6 is #55D729. Grayscale: #626262. Windows color (decimal): -5625642 or 14035114. OLE color: 14035114.
HSL color Cylindrical-coordinate representation of color #AA28D6: hue angle of 284.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA28D6 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 40 | 214 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.16 |
| HSL | 284.83º | 0.69% | 0.5% | - |
| HSV(B) | 284.83º | 0.81% | 0.84% | - |
| XYZ | 29.47 | 14.92 | 64.94 | - |
| YUV | 98.71 | 193.07 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 214 | 0.21 | 0.81 | 0 | 0.16 | 284.83 | 0.69 | 0.5 |
| Hex | AA | 28 | D6 | 15 | 51 | 0 | 10 | 11D | 45 | 32 |
| Octal | 252 | 50 | 326 | 25 | 121 | 0 | 20 | 435 | 105 | 62 |
| Binary | 10101010 | 101000 | 11010110 | 10101 | 1010001 | 0 | 10000 | 100011101 | 1000101 | 110010 |
Color Harmonies of #AA28D6
Complementary color
Monochromatic Colors of #AA28D6
Black with #AA28D6
Text Example
Text Example
White with #AA28D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28D6; }
p { color: rgb(170,40,214); }
H1.HeaderClassName
{
color: #AA28D6;
}
.AnyTagClassName
{
color: #AA28D6;
}
</style>
background-color css
<style>
a { background-color: #AA28D6; }
a { background-color: rgb(170,40,214); }
div.DivClassName
{
background-color: #AA28D6;
}
.BgClassName
{
background-color: #AA28D6;
}
</style>
border-color css
<style>
span { border-color: #AA28D6; }
span { border-color: rgb(170,40,214); }
td.TdClassName
{
border-color: #AA28D6;
}
.TagClassName
{
border-color: #AA28D6;
}
</style>