Shades of Dark Orchid #AA2EC3
Tints of Dark Orchid #AA2EC3
RGB
CMYK
RGB Variations
Color information
#AA2EC3 (or 0xAA2EC3) is known color: Dark Orchid. HEX triplet: AA, 2E and C3. RGB value is (170,46,195). Sum of RGB (Red+Green+Blue) = 170+46+195=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 195 (76.56% from 255 or 47.45% from 411); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA2EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EC3 is #55D13C. Grayscale: #636363. Windows color (decimal): -5624125 or 12791466. OLE color: 12791466.
HSL color Cylindrical-coordinate representation of color #AA2EC3: hue angle of 289.93º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2EC3 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 46 | 195 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.24 |
| HSL | 289.93º | 0.62% | 0.47% | - |
| HSV(B) | 289.93º | 0.76% | 0.76% | - |
| XYZ | 27.4 | 14.44 | 52.97 | - |
| YUV | 100.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 195 | 0.13 | 0.76 | 0 | 0.24 | 289.93 | 0.62 | 0.47 |
| Hex | AA | 2E | C3 | D | 4C | 0 | 18 | 122 | 3E | 2F |
| Octal | 252 | 56 | 303 | 15 | 114 | 0 | 30 | 442 | 76 | 57 |
| Binary | 10101010 | 101110 | 11000011 | 1101 | 1001100 | 0 | 11000 | 100100010 | 111110 | 101111 |
Color Harmonies of #AA2EC3
Complementary color
Monochromatic Colors of #AA2EC3
Black with #AA2EC3
Text Example
Text Example
White with #AA2EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EC3; }
p { color: rgb(170,46,195); }
H1.HeaderClassName
{
color: #AA2EC3;
}
.AnyTagClassName
{
color: #AA2EC3;
}
</style>
background-color css
<style>
a { background-color: #AA2EC3; }
a { background-color: rgb(170,46,195); }
div.DivClassName
{
background-color: #AA2EC3;
}
.BgClassName
{
background-color: #AA2EC3;
}
</style>
border-color css
<style>
span { border-color: #AA2EC3; }
span { border-color: rgb(170,46,195); }
td.TdClassName
{
border-color: #AA2EC3;
}
.TagClassName
{
border-color: #AA2EC3;
}
</style>