Shades of Dark Orchid #AA2CDB
Tints of Dark Orchid #AA2CDB
RGB
CMYK
RGB Variations
Color information
#AA2CDB (or 0xAA2CDB) is known color: Dark Orchid. HEX triplet: AA, 2C and DB. RGB value is (170,44,219). Sum of RGB (Red+Green+Blue) = 170+44+219=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA2CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CDB is #55D324. Grayscale: #656565. Windows color (decimal): -5624613 or 14363818. OLE color: 14363818.
HSL color Cylindrical-coordinate representation of color #AA2CDB: hue angle of 283.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2CDB is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 44 | 219 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.14 |
| HSL | 283.2º | 0.71% | 0.52% | - |
| HSV(B) | 283.2º | 0.8% | 0.86% | - |
| XYZ | 30.26 | 15.46 | 68.41 | - |
| YUV | 101.62 | 194.24 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 219 | 0.22 | 0.80 | 0 | 0.14 | 283.2 | 0.71 | 0.52 |
| Hex | AA | 2C | DB | 16 | 50 | 0 | E | 11B | 47 | 34 |
| Octal | 252 | 54 | 333 | 26 | 120 | 0 | 16 | 433 | 107 | 64 |
| Binary | 10101010 | 101100 | 11011011 | 10110 | 1010000 | 0 | 1110 | 100011011 | 1000111 | 110100 |
Color Harmonies of #AA2CDB
Complementary color
Monochromatic Colors of #AA2CDB
Black with #AA2CDB
Text Example
Text Example
White with #AA2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CDB; }
p { color: rgb(170,44,219); }
H1.HeaderClassName
{
color: #AA2CDB;
}
.AnyTagClassName
{
color: #AA2CDB;
}
</style>
background-color css
<style>
a { background-color: #AA2CDB; }
a { background-color: rgb(170,44,219); }
div.DivClassName
{
background-color: #AA2CDB;
}
.BgClassName
{
background-color: #AA2CDB;
}
</style>
border-color css
<style>
span { border-color: #AA2CDB; }
span { border-color: rgb(170,44,219); }
td.TdClassName
{
border-color: #AA2CDB;
}
.TagClassName
{
border-color: #AA2CDB;
}
</style>