Shades of Dark Orchid #AA2EBC
Tints of Dark Orchid #AA2EBC
RGB
CMYK
RGB Variations
Color information
#AA2EBC (or 0xAA2EBC) is known color: Dark Orchid. HEX triplet: AA, 2E and BC. RGB value is (170,46,188). Sum of RGB (Red+Green+Blue) = 170+46+188=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA2EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EBC is #55D143. Grayscale: #626262. Windows color (decimal): -5624132 or 12332714. OLE color: 12332714.
HSL color Cylindrical-coordinate representation of color #AA2EBC: hue angle of 292.39º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2EBC is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 46 | 188 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.26 |
| HSL | 292.39º | 0.61% | 0.46% | - |
| HSV(B) | 292.39º | 0.76% | 0.74% | - |
| XYZ | 26.63 | 14.13 | 48.9 | - |
| YUV | 99.26 | 178.08 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 188 | 0.10 | 0.76 | 0 | 0.26 | 292.39 | 0.61 | 0.46 |
| Hex | AA | 2E | BC | A | 4C | 0 | 1A | 124 | 3D | 2E |
| Octal | 252 | 56 | 274 | 12 | 114 | 0 | 32 | 444 | 75 | 56 |
| Binary | 10101010 | 101110 | 10111100 | 1010 | 1001100 | 0 | 11010 | 100100100 | 111101 | 101110 |
Color Harmonies of #AA2EBC
Complementary color
Monochromatic Colors of #AA2EBC
Black with #AA2EBC
Text Example
Text Example
White with #AA2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EBC; }
p { color: rgb(170,46,188); }
H1.HeaderClassName
{
color: #AA2EBC;
}
.AnyTagClassName
{
color: #AA2EBC;
}
</style>
background-color css
<style>
a { background-color: #AA2EBC; }
a { background-color: rgb(170,46,188); }
div.DivClassName
{
background-color: #AA2EBC;
}
.BgClassName
{
background-color: #AA2EBC;
}
</style>
border-color css
<style>
span { border-color: #AA2EBC; }
span { border-color: rgb(170,46,188); }
td.TdClassName
{
border-color: #AA2EBC;
}
.TagClassName
{
border-color: #AA2EBC;
}
</style>