Shades of Dark Orchid #AA3EBC
Tints of Dark Orchid #AA3EBC
RGB
CMYK
RGB Variations
Color information
#AA3EBC (or 0xAA3EBC) is known color: Dark Orchid. HEX triplet: AA, 3E and BC. RGB value is (170,62,188). Sum of RGB (Red+Green+Blue) = 170+62+188=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA3EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EBC is #55C143. Grayscale: #6C6C6C. Windows color (decimal): -5620036 or 12336810. OLE color: 12336810.
HSL color Cylindrical-coordinate representation of color #AA3EBC: hue angle of 291.43º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3EBC is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 62 | 188 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.26 |
| HSL | 291.43º | 0.5% | 0.49% | - |
| HSV(B) | 291.43º | 0.67% | 0.74% | - |
| XYZ | 27.38 | 15.62 | 49.15 | - |
| YUV | 108.66 | 172.78 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 188 | 0.10 | 0.67 | 0 | 0.26 | 291.43 | 0.5 | 0.49 |
| Hex | AA | 3E | BC | A | 43 | 0 | 1A | 123 | 32 | 31 |
| Octal | 252 | 76 | 274 | 12 | 103 | 0 | 32 | 443 | 62 | 61 |
| Binary | 10101010 | 111110 | 10111100 | 1010 | 1000011 | 0 | 11010 | 100100011 | 110010 | 110001 |
Color Harmonies of #AA3EBC
Complementary color
Monochromatic Colors of #AA3EBC
Black with #AA3EBC
Text Example
Text Example
White with #AA3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3EBC; }
p { color: rgb(170,62,188); }
H1.HeaderClassName
{
color: #AA3EBC;
}
.AnyTagClassName
{
color: #AA3EBC;
}
</style>
background-color css
<style>
a { background-color: #AA3EBC; }
a { background-color: rgb(170,62,188); }
div.DivClassName
{
background-color: #AA3EBC;
}
.BgClassName
{
background-color: #AA3EBC;
}
</style>
border-color css
<style>
span { border-color: #AA3EBC; }
span { border-color: rgb(170,62,188); }
td.TdClassName
{
border-color: #AA3EBC;
}
.TagClassName
{
border-color: #AA3EBC;
}
</style>