Shades of Dark Orchid #AA2BEA
Tints of Dark Orchid #AA2BEA
RGB
CMYK
RGB Variations
Color information
#AA2BEA (or 0xAA2BEA) is known color: Dark Orchid. HEX triplet: AA, 2B and EA. RGB value is (170,43,234). Sum of RGB (Red+Green+Blue) = 170+43+234=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA2BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2BEA is #55D415. Grayscale: #666666. Windows color (decimal): -5624854 or 15346602. OLE color: 15346602.
HSL color Cylindrical-coordinate representation of color #AA2BEA: hue angle of 279.9º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2BEA is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 43 | 234 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.08 |
| HSL | 279.9º | 0.82% | 0.54% | - |
| HSV(B) | 279.9º | 0.82% | 0.92% | - |
| XYZ | 32.29 | 16.21 | 79.27 | - |
| YUV | 102.75 | 202.08 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 234 | 0.27 | 0.82 | 0 | 0.08 | 279.9 | 0.82 | 0.54 |
| Hex | AA | 2B | EA | 1B | 52 | 0 | 8 | 118 | 52 | 36 |
| Octal | 252 | 53 | 352 | 33 | 122 | 0 | 10 | 430 | 122 | 66 |
| Binary | 10101010 | 101011 | 11101010 | 11011 | 1010010 | 0 | 1000 | 100011000 | 1010010 | 110110 |
Color Harmonies of #AA2BEA
Complementary color
Monochromatic Colors of #AA2BEA
Black with #AA2BEA
Text Example
Text Example
White with #AA2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BEA; }
p { color: rgb(170,43,234); }
H1.HeaderClassName
{
color: #AA2BEA;
}
.AnyTagClassName
{
color: #AA2BEA;
}
</style>
background-color css
<style>
a { background-color: #AA2BEA; }
a { background-color: rgb(170,43,234); }
div.DivClassName
{
background-color: #AA2BEA;
}
.BgClassName
{
background-color: #AA2BEA;
}
</style>
border-color css
<style>
span { border-color: #AA2BEA; }
span { border-color: rgb(170,43,234); }
td.TdClassName
{
border-color: #AA2BEA;
}
.TagClassName
{
border-color: #AA2BEA;
}
</style>