Shades of Dark Orchid #AA2FE7
Tints of Dark Orchid #AA2FE7
RGB
CMYK
RGB Variations
Color information
#AA2FE7 (or 0xAA2FE7) is known color: Dark Orchid. HEX triplet: AA, 2F and E7. RGB value is (170,47,231). Sum of RGB (Red+Green+Blue) = 170+47+231=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA2FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2FE7 is #55D018. Grayscale: #686868. Windows color (decimal): -5623833 or 15151018. OLE color: 15151018.
HSL color Cylindrical-coordinate representation of color #AA2FE7: hue angle of 280.11º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2FE7 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 47 | 231 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.09 |
| HSL | 280.11º | 0.79% | 0.55% | - |
| HSV(B) | 280.11º | 0.8% | 0.91% | - |
| XYZ | 32.02 | 16.35 | 77.07 | - |
| YUV | 104.75 | 199.25 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 231 | 0.26 | 0.80 | 0 | 0.09 | 280.11 | 0.79 | 0.55 |
| Hex | AA | 2F | E7 | 1A | 50 | 0 | 9 | 118 | 4F | 37 |
| Octal | 252 | 57 | 347 | 32 | 120 | 0 | 11 | 430 | 117 | 67 |
| Binary | 10101010 | 101111 | 11100111 | 11010 | 1010000 | 0 | 1001 | 100011000 | 1001111 | 110111 |
Color Harmonies of #AA2FE7
Complementary color
Monochromatic Colors of #AA2FE7
Black with #AA2FE7
Text Example
Text Example
White with #AA2FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FE7; }
p { color: rgb(170,47,231); }
H1.HeaderClassName
{
color: #AA2FE7;
}
.AnyTagClassName
{
color: #AA2FE7;
}
</style>
background-color css
<style>
a { background-color: #AA2FE7; }
a { background-color: rgb(170,47,231); }
div.DivClassName
{
background-color: #AA2FE7;
}
.BgClassName
{
background-color: #AA2FE7;
}
</style>
border-color css
<style>
span { border-color: #AA2FE7; }
span { border-color: rgb(170,47,231); }
td.TdClassName
{
border-color: #AA2FE7;
}
.TagClassName
{
border-color: #AA2FE7;
}
</style>