Shades of Dark Orchid #AA1ECF
Tints of Dark Orchid #AA1ECF
RGB
CMYK
RGB Variations
Color information
#AA1ECF (or 0xAA1ECF) is known color: Dark Orchid. HEX triplet: AA, 1E and CF. RGB value is (170,30,207). Sum of RGB (Red+Green+Blue) = 170+30+207=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA1ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ECF is #55E130. Grayscale: #5B5B5B. Windows color (decimal): -5628209 or 13573802. OLE color: 13573802.
HSL color Cylindrical-coordinate representation of color #AA1ECF: hue angle of 287.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1ECF is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 30 | 207 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.19 |
| HSL | 287.46º | 0.75% | 0.46% | - |
| HSV(B) | 287.46º | 0.86% | 0.81% | - |
| XYZ | 28.3 | 13.98 | 60.24 | - |
| YUV | 92.04 | 192.88 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 207 | 0.18 | 0.86 | 0 | 0.19 | 287.46 | 0.75 | 0.46 |
| Hex | AA | 1E | CF | 12 | 56 | 0 | 13 | 11F | 4B | 2E |
| Octal | 252 | 36 | 317 | 22 | 126 | 0 | 23 | 437 | 113 | 56 |
| Binary | 10101010 | 11110 | 11001111 | 10010 | 1010110 | 0 | 10011 | 100011111 | 1001011 | 101110 |
Color Harmonies of #AA1ECF
Complementary color
Monochromatic Colors of #AA1ECF
Black with #AA1ECF
Text Example
Text Example
White with #AA1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1ECF; }
p { color: rgb(170,30,207); }
H1.HeaderClassName
{
color: #AA1ECF;
}
.AnyTagClassName
{
color: #AA1ECF;
}
</style>
background-color css
<style>
a { background-color: #AA1ECF; }
a { background-color: rgb(170,30,207); }
div.DivClassName
{
background-color: #AA1ECF;
}
.BgClassName
{
background-color: #AA1ECF;
}
</style>
border-color css
<style>
span { border-color: #AA1ECF; }
span { border-color: rgb(170,30,207); }
td.TdClassName
{
border-color: #AA1ECF;
}
.TagClassName
{
border-color: #AA1ECF;
}
</style>