Shades of Dark Orchid #AA2FE1
Tints of Dark Orchid #AA2FE1
RGB
CMYK
RGB Variations
Color information
#AA2FE1 (or 0xAA2FE1) is known color: Dark Orchid. HEX triplet: AA, 2F and E1. RGB value is (170,47,225). Sum of RGB (Red+Green+Blue) = 170+47+225=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA2FE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FE1 is #55D01E. Grayscale: #676767. Windows color (decimal): -5623839 or 14757802. OLE color: 14757802.
HSL color Cylindrical-coordinate representation of color #AA2FE1: hue angle of 281.46º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2FE1 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 47 | 225 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.12 |
| HSL | 281.46º | 0.75% | 0.53% | - |
| HSV(B) | 281.46º | 0.79% | 0.88% | - |
| XYZ | 31.18 | 16.02 | 72.68 | - |
| YUV | 104.07 | 196.25 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 225 | 0.24 | 0.79 | 0 | 0.12 | 281.46 | 0.75 | 0.53 |
| Hex | AA | 2F | E1 | 18 | 4F | 0 | C | 119 | 4B | 35 |
| Octal | 252 | 57 | 341 | 30 | 117 | 0 | 14 | 431 | 113 | 65 |
| Binary | 10101010 | 101111 | 11100001 | 11000 | 1001111 | 0 | 1100 | 100011001 | 1001011 | 110101 |
Color Harmonies of #AA2FE1
Complementary color
Monochromatic Colors of #AA2FE1
Black with #AA2FE1
Text Example
Text Example
White with #AA2FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FE1; }
p { color: rgb(170,47,225); }
H1.HeaderClassName
{
color: #AA2FE1;
}
.AnyTagClassName
{
color: #AA2FE1;
}
</style>
background-color css
<style>
a { background-color: #AA2FE1; }
a { background-color: rgb(170,47,225); }
div.DivClassName
{
background-color: #AA2FE1;
}
.BgClassName
{
background-color: #AA2FE1;
}
</style>
border-color css
<style>
span { border-color: #AA2FE1; }
span { border-color: rgb(170,47,225); }
td.TdClassName
{
border-color: #AA2FE1;
}
.TagClassName
{
border-color: #AA2FE1;
}
</style>