Shades of Dark Orchid #AA28D5
Tints of Dark Orchid #AA28D5
RGB
CMYK
RGB Variations
Color information
#AA28D5 (or 0xAA28D5) is known color: Dark Orchid. HEX triplet: AA, 28 and D5. RGB value is (170,40,213). Sum of RGB (Red+Green+Blue) = 170+40+213=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA28D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28D5 is #55D72A. Grayscale: #626262. Windows color (decimal): -5625643 or 13969578. OLE color: 13969578.
HSL color Cylindrical-coordinate representation of color #AA28D5: hue angle of 285.09º degrees, saturation: 0.68, 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 #AA28D5 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 40 | 213 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.16 |
| HSL | 285.09º | 0.68% | 0.5% | - |
| HSV(B) | 285.09º | 0.81% | 0.84% | - |
| XYZ | 29.35 | 14.87 | 64.27 | - |
| YUV | 98.59 | 192.57 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 213 | 0.20 | 0.81 | 0 | 0.16 | 285.09 | 0.68 | 0.5 |
| Hex | AA | 28 | D5 | 14 | 51 | 0 | 10 | 11D | 44 | 32 |
| Octal | 252 | 50 | 325 | 24 | 121 | 0 | 20 | 435 | 104 | 62 |
| Binary | 10101010 | 101000 | 11010101 | 10100 | 1010001 | 0 | 10000 | 100011101 | 1000100 | 110010 |
Color Harmonies of #AA28D5
Complementary color
Monochromatic Colors of #AA28D5
Black with #AA28D5
Text Example
Text Example
White with #AA28D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28D5; }
p { color: rgb(170,40,213); }
H1.HeaderClassName
{
color: #AA28D5;
}
.AnyTagClassName
{
color: #AA28D5;
}
</style>
background-color css
<style>
a { background-color: #AA28D5; }
a { background-color: rgb(170,40,213); }
div.DivClassName
{
background-color: #AA28D5;
}
.BgClassName
{
background-color: #AA28D5;
}
</style>
border-color css
<style>
span { border-color: #AA28D5; }
span { border-color: rgb(170,40,213); }
td.TdClassName
{
border-color: #AA28D5;
}
.TagClassName
{
border-color: #AA28D5;
}
</style>