Shades of Dark Orchid #AA2BE7
Tints of Dark Orchid #AA2BE7
RGB
CMYK
RGB Variations
Color information
#AA2BE7 (or 0xAA2BE7) is known color: Dark Orchid. HEX triplet: AA, 2B and E7. RGB value is (170,43,231). Sum of RGB (Red+Green+Blue) = 170+43+231=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 231 (90.62% from 255 or 52.03% from 444); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA2BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2BE7 is #55D418. Grayscale: #656565. Windows color (decimal): -5624857 or 15149994. OLE color: 15149994.
HSL color Cylindrical-coordinate representation of color #AA2BE7: hue angle of 280.53º 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 #AA2BE7 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 43 | 231 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.09 |
| HSL | 280.53º | 0.8% | 0.54% | - |
| HSV(B) | 280.53º | 0.81% | 0.91% | - |
| XYZ | 31.87 | 16.04 | 77.02 | - |
| YUV | 102.41 | 200.58 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 231 | 0.26 | 0.81 | 0 | 0.09 | 280.53 | 0.8 | 0.54 |
| Hex | AA | 2B | E7 | 1A | 51 | 0 | 9 | 119 | 50 | 36 |
| Octal | 252 | 53 | 347 | 32 | 121 | 0 | 11 | 431 | 120 | 66 |
| Binary | 10101010 | 101011 | 11100111 | 11010 | 1010001 | 0 | 1001 | 100011001 | 1010000 | 110110 |
Color Harmonies of #AA2BE7
Complementary color
Monochromatic Colors of #AA2BE7
Black with #AA2BE7
Text Example
Text Example
White with #AA2BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BE7; }
p { color: rgb(170,43,231); }
H1.HeaderClassName
{
color: #AA2BE7;
}
.AnyTagClassName
{
color: #AA2BE7;
}
</style>
background-color css
<style>
a { background-color: #AA2BE7; }
a { background-color: rgb(170,43,231); }
div.DivClassName
{
background-color: #AA2BE7;
}
.BgClassName
{
background-color: #AA2BE7;
}
</style>
border-color css
<style>
span { border-color: #AA2BE7; }
span { border-color: rgb(170,43,231); }
td.TdClassName
{
border-color: #AA2BE7;
}
.TagClassName
{
border-color: #AA2BE7;
}
</style>