Shades of Dark Orchid #AA2BE0
Tints of Dark Orchid #AA2BE0
RGB
CMYK
RGB Variations
Color information
#AA2BE0 (or 0xAA2BE0) is known color: Dark Orchid. HEX triplet: AA, 2B and E0. RGB value is (170,43,224). Sum of RGB (Red+Green+Blue) = 170+43+224=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA2BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BE0 is #55D41F. Grayscale: #656565. Windows color (decimal): -5624864 or 14691242. OLE color: 14691242.
HSL color Cylindrical-coordinate representation of color #AA2BE0: hue angle of 282.1º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2BE0 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 43 | 224 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.12 |
| HSL | 282.1º | 0.74% | 0.52% | - |
| HSV(B) | 282.1º | 0.81% | 0.88% | - |
| XYZ | 30.9 | 15.66 | 71.91 | - |
| YUV | 101.61 | 197.08 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 224 | 0.24 | 0.81 | 0 | 0.12 | 282.1 | 0.74 | 0.52 |
| Hex | AA | 2B | E0 | 18 | 51 | 0 | C | 11A | 4A | 34 |
| Octal | 252 | 53 | 340 | 30 | 121 | 0 | 14 | 432 | 112 | 64 |
| Binary | 10101010 | 101011 | 11100000 | 11000 | 1010001 | 0 | 1100 | 100011010 | 1001010 | 110100 |
Color Harmonies of #AA2BE0
Complementary color
Monochromatic Colors of #AA2BE0
Black with #AA2BE0
Text Example
Text Example
White with #AA2BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BE0; }
p { color: rgb(170,43,224); }
H1.HeaderClassName
{
color: #AA2BE0;
}
.AnyTagClassName
{
color: #AA2BE0;
}
</style>
background-color css
<style>
a { background-color: #AA2BE0; }
a { background-color: rgb(170,43,224); }
div.DivClassName
{
background-color: #AA2BE0;
}
.BgClassName
{
background-color: #AA2BE0;
}
</style>
border-color css
<style>
span { border-color: #AA2BE0; }
span { border-color: rgb(170,43,224); }
td.TdClassName
{
border-color: #AA2BE0;
}
.TagClassName
{
border-color: #AA2BE0;
}
</style>