Shades of Dark Orchid #AA28D0
Tints of Dark Orchid #AA28D0
RGB
CMYK
RGB Variations
Color information
#AA28D0 (or 0xAA28D0) is known color: Dark Orchid. HEX triplet: AA, 28 and D0. RGB value is (170,40,208). Sum of RGB (Red+Green+Blue) = 170+40+208=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA28D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28D0 is #55D72F. Grayscale: #616161. Windows color (decimal): -5625648 or 13641898. OLE color: 13641898.
HSL color Cylindrical-coordinate representation of color #AA28D0: hue angle of 286.43º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA28D0 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 40 | 208 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.18 |
| HSL | 286.43º | 0.68% | 0.49% | - |
| HSV(B) | 286.43º | 0.81% | 0.82% | - |
| XYZ | 28.72 | 14.62 | 60.98 | - |
| YUV | 98.02 | 190.07 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 208 | 0.18 | 0.81 | 0 | 0.18 | 286.43 | 0.68 | 0.49 |
| Hex | AA | 28 | D0 | 12 | 51 | 0 | 12 | 11E | 44 | 31 |
| Octal | 252 | 50 | 320 | 22 | 121 | 0 | 22 | 436 | 104 | 61 |
| Binary | 10101010 | 101000 | 11010000 | 10010 | 1010001 | 0 | 10010 | 100011110 | 1000100 | 110001 |
Color Harmonies of #AA28D0
Complementary color
Monochromatic Colors of #AA28D0
Black with #AA28D0
Text Example
Text Example
White with #AA28D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28D0; }
p { color: rgb(170,40,208); }
H1.HeaderClassName
{
color: #AA28D0;
}
.AnyTagClassName
{
color: #AA28D0;
}
</style>
background-color css
<style>
a { background-color: #AA28D0; }
a { background-color: rgb(170,40,208); }
div.DivClassName
{
background-color: #AA28D0;
}
.BgClassName
{
background-color: #AA28D0;
}
</style>
border-color css
<style>
span { border-color: #AA28D0; }
span { border-color: rgb(170,40,208); }
td.TdClassName
{
border-color: #AA28D0;
}
.TagClassName
{
border-color: #AA28D0;
}
</style>