Shades of Dark Orchid #AA3EC4
Tints of Dark Orchid #AA3EC4
RGB
CMYK
RGB Variations
Color information
#AA3EC4 (or 0xAA3EC4) is known color: Dark Orchid. HEX triplet: AA, 3E and C4. RGB value is (170,62,196). Sum of RGB (Red+Green+Blue) = 170+62+196=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA3EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EC4 is #55C13B. Grayscale: #6D6D6D. Windows color (decimal): -5620028 or 12861098. OLE color: 12861098.
HSL color Cylindrical-coordinate representation of color #AA3EC4: hue angle of 288.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3EC4 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 62 | 196 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.23 |
| HSL | 288.36º | 0.53% | 0.51% | - |
| HSV(B) | 288.36º | 0.68% | 0.77% | - |
| XYZ | 28.26 | 15.98 | 53.82 | - |
| YUV | 109.57 | 176.78 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 196 | 0.13 | 0.68 | 0 | 0.23 | 288.36 | 0.53 | 0.51 |
| Hex | AA | 3E | C4 | D | 44 | 0 | 17 | 120 | 35 | 33 |
| Octal | 252 | 76 | 304 | 15 | 104 | 0 | 27 | 440 | 65 | 63 |
| Binary | 10101010 | 111110 | 11000100 | 1101 | 1000100 | 0 | 10111 | 100100000 | 110101 | 110011 |
Color Harmonies of #AA3EC4
Complementary color
Monochromatic Colors of #AA3EC4
Black with #AA3EC4
Text Example
Text Example
White with #AA3EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3EC4; }
p { color: rgb(170,62,196); }
H1.HeaderClassName
{
color: #AA3EC4;
}
.AnyTagClassName
{
color: #AA3EC4;
}
</style>
background-color css
<style>
a { background-color: #AA3EC4; }
a { background-color: rgb(170,62,196); }
div.DivClassName
{
background-color: #AA3EC4;
}
.BgClassName
{
background-color: #AA3EC4;
}
</style>
border-color css
<style>
span { border-color: #AA3EC4; }
span { border-color: rgb(170,62,196); }
td.TdClassName
{
border-color: #AA3EC4;
}
.TagClassName
{
border-color: #AA3EC4;
}
</style>