Shades of Dark Orchid #AA2CCD
Tints of Dark Orchid #AA2CCD
RGB
CMYK
RGB Variations
Color information
#AA2CCD (or 0xAA2CCD) is known color: Dark Orchid. HEX triplet: AA, 2C and CD. RGB value is (170,44,205). Sum of RGB (Red+Green+Blue) = 170+44+205=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CCD is #55D332. Grayscale: #636363. Windows color (decimal): -5624627 or 13446314. OLE color: 13446314.
HSL color Cylindrical-coordinate representation of color #AA2CCD: hue angle of 286.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2CCD is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 44 | 205 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.20 |
| HSL | 286.96º | 0.65% | 0.49% | - |
| HSV(B) | 286.96º | 0.79% | 0.8% | - |
| XYZ | 28.5 | 14.76 | 59.1 | - |
| YUV | 100.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 205 | 0.17 | 0.79 | 0 | 0.20 | 286.96 | 0.65 | 0.49 |
| Hex | AA | 2C | CD | 11 | 4F | 0 | 14 | 11F | 41 | 31 |
| Octal | 252 | 54 | 315 | 21 | 117 | 0 | 24 | 437 | 101 | 61 |
| Binary | 10101010 | 101100 | 11001101 | 10001 | 1001111 | 0 | 10100 | 100011111 | 1000001 | 110001 |
Color Harmonies of #AA2CCD
Complementary color
Monochromatic Colors of #AA2CCD
Black with #AA2CCD
Text Example
Text Example
White with #AA2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CCD; }
p { color: rgb(170,44,205); }
H1.HeaderClassName
{
color: #AA2CCD;
}
.AnyTagClassName
{
color: #AA2CCD;
}
</style>
background-color css
<style>
a { background-color: #AA2CCD; }
a { background-color: rgb(170,44,205); }
div.DivClassName
{
background-color: #AA2CCD;
}
.BgClassName
{
background-color: #AA2CCD;
}
</style>
border-color css
<style>
span { border-color: #AA2CCD; }
span { border-color: rgb(170,44,205); }
td.TdClassName
{
border-color: #AA2CCD;
}
.TagClassName
{
border-color: #AA2CCD;
}
</style>