Shades of Dark Orchid #AA3FEC
Tints of Dark Orchid #AA3FEC
RGB
CMYK
RGB Variations
Color information
#AA3FEC (or 0xAA3FEC) is known color: Dark Orchid. HEX triplet: AA, 3F and EC. RGB value is (170,63,236). Sum of RGB (Red+Green+Blue) = 170+63+236=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA3FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3FEC is #55C013. Grayscale: #727272. Windows color (decimal): -5619732 or 15482794. OLE color: 15482794.
HSL color Cylindrical-coordinate representation of color #AA3FEC: hue angle of 277.11º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA3FEC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 63 | 236 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.07 |
| HSL | 277.11º | 0.82% | 0.59% | - |
| HSV(B) | 277.11º | 0.73% | 0.93% | - |
| XYZ | 33.5 | 18.16 | 81.1 | - |
| YUV | 114.72 | 196.45 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 236 | 0.28 | 0.73 | 0 | 0.07 | 277.11 | 0.82 | 0.59 |
| Hex | AA | 3F | EC | 1C | 49 | 0 | 7 | 115 | 52 | 3B |
| Octal | 252 | 77 | 354 | 34 | 111 | 0 | 7 | 425 | 122 | 73 |
| Binary | 10101010 | 111111 | 11101100 | 11100 | 1001001 | 0 | 111 | 100010101 | 1010010 | 111011 |
Color Harmonies of #AA3FEC
Complementary color
Monochromatic Colors of #AA3FEC
Black with #AA3FEC
Text Example
Text Example
White with #AA3FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3FEC; }
p { color: rgb(170,63,236); }
H1.HeaderClassName
{
color: #AA3FEC;
}
.AnyTagClassName
{
color: #AA3FEC;
}
</style>
background-color css
<style>
a { background-color: #AA3FEC; }
a { background-color: rgb(170,63,236); }
div.DivClassName
{
background-color: #AA3FEC;
}
.BgClassName
{
background-color: #AA3FEC;
}
</style>
border-color css
<style>
span { border-color: #AA3FEC; }
span { border-color: rgb(170,63,236); }
td.TdClassName
{
border-color: #AA3FEC;
}
.TagClassName
{
border-color: #AA3FEC;
}
</style>