Shades of Dark Orchid #AA2BE8
Tints of Dark Orchid #AA2BE8
RGB
CMYK
RGB Variations
Color information
#AA2BE8 (or 0xAA2BE8) is known color: Dark Orchid. HEX triplet: AA, 2B and E8. RGB value is (170,43,232). Sum of RGB (Red+Green+Blue) = 170+43+232=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA2BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2BE8 is #55D417. Grayscale: #656565. Windows color (decimal): -5624856 or 15215530. OLE color: 15215530.
HSL color Cylindrical-coordinate representation of color #AA2BE8: hue angle of 280.32º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2BE8 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 43 | 232 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.09 |
| HSL | 280.32º | 0.8% | 0.54% | - |
| HSV(B) | 280.32º | 0.81% | 0.91% | - |
| XYZ | 32.01 | 16.1 | 77.76 | - |
| YUV | 102.52 | 201.08 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 232 | 0.27 | 0.81 | 0 | 0.09 | 280.32 | 0.8 | 0.54 |
| Hex | AA | 2B | E8 | 1B | 51 | 0 | 9 | 118 | 50 | 36 |
| Octal | 252 | 53 | 350 | 33 | 121 | 0 | 11 | 430 | 120 | 66 |
| Binary | 10101010 | 101011 | 11101000 | 11011 | 1010001 | 0 | 1001 | 100011000 | 1010000 | 110110 |
Color Harmonies of #AA2BE8
Complementary color
Monochromatic Colors of #AA2BE8
Black with #AA2BE8
Text Example
Text Example
White with #AA2BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BE8; }
p { color: rgb(170,43,232); }
H1.HeaderClassName
{
color: #AA2BE8;
}
.AnyTagClassName
{
color: #AA2BE8;
}
</style>
background-color css
<style>
a { background-color: #AA2BE8; }
a { background-color: rgb(170,43,232); }
div.DivClassName
{
background-color: #AA2BE8;
}
.BgClassName
{
background-color: #AA2BE8;
}
</style>
border-color css
<style>
span { border-color: #AA2BE8; }
span { border-color: rgb(170,43,232); }
td.TdClassName
{
border-color: #AA2BE8;
}
.TagClassName
{
border-color: #AA2BE8;
}
</style>