Shades of Dark Orchid #AA2ECF
Tints of Dark Orchid #AA2ECF
RGB
CMYK
RGB Variations
Color information
#AA2ECF (or 0xAA2ECF) is known color: Dark Orchid. HEX triplet: AA, 2E and CF. RGB value is (170,46,207). Sum of RGB (Red+Green+Blue) = 170+46+207=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA2ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ECF is #55D130. Grayscale: #646464. Windows color (decimal): -5624113 or 13577898. OLE color: 13577898.
HSL color Cylindrical-coordinate representation of color #AA2ECF: hue angle of 286.21º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2ECF is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 46 | 207 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.19 |
| HSL | 286.21º | 0.64% | 0.5% | - |
| HSV(B) | 286.21º | 0.78% | 0.81% | - |
| XYZ | 28.82 | 15.01 | 60.41 | - |
| YUV | 101.43 | 187.58 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 207 | 0.18 | 0.78 | 0 | 0.19 | 286.21 | 0.64 | 0.5 |
| Hex | AA | 2E | CF | 12 | 4E | 0 | 13 | 11E | 40 | 32 |
| Octal | 252 | 56 | 317 | 22 | 116 | 0 | 23 | 436 | 100 | 62 |
| Binary | 10101010 | 101110 | 11001111 | 10010 | 1001110 | 0 | 10011 | 100011110 | 1000000 | 110010 |
Color Harmonies of #AA2ECF
Complementary color
Monochromatic Colors of #AA2ECF
Black with #AA2ECF
Text Example
Text Example
White with #AA2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ECF; }
p { color: rgb(170,46,207); }
H1.HeaderClassName
{
color: #AA2ECF;
}
.AnyTagClassName
{
color: #AA2ECF;
}
</style>
background-color css
<style>
a { background-color: #AA2ECF; }
a { background-color: rgb(170,46,207); }
div.DivClassName
{
background-color: #AA2ECF;
}
.BgClassName
{
background-color: #AA2ECF;
}
</style>
border-color css
<style>
span { border-color: #AA2ECF; }
span { border-color: rgb(170,46,207); }
td.TdClassName
{
border-color: #AA2ECF;
}
.TagClassName
{
border-color: #AA2ECF;
}
</style>