Shades of Dark Orchid #A02CDB
Tints of Dark Orchid #A02CDB
RGB
CMYK
RGB Variations
Color information
#A02CDB (or 0xA02CDB) is known color: Dark Orchid. HEX triplet: A0, 2C and DB. RGB value is (160,44,219). Sum of RGB (Red+Green+Blue) = 160+44+219=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #A02CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CDB is #5FD324. Grayscale: #626262. Windows color (decimal): -6279973 or 14363808. OLE color: 14363808.
HSL color Cylindrical-coordinate representation of color #A02CDB: hue angle of 279.77º 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 #A02CDB is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 44 | 219 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.14 |
| HSL | 279.77º | 0.71% | 0.52% | - |
| HSV(B) | 279.77º | 0.8% | 0.86% | - |
| XYZ | 28.18 | 14.39 | 68.31 | - |
| YUV | 98.63 | 195.93 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 219 | 0.27 | 0.80 | 0 | 0.14 | 279.77 | 0.71 | 0.52 |
| Hex | A0 | 2C | DB | 1B | 50 | 0 | E | 118 | 47 | 34 |
| Octal | 240 | 54 | 333 | 33 | 120 | 0 | 16 | 430 | 107 | 64 |
| Binary | 10100000 | 101100 | 11011011 | 11011 | 1010000 | 0 | 1110 | 100011000 | 1000111 | 110100 |
Color Harmonies of #A02CDB
Complementary color
Monochromatic Colors of #A02CDB
Black with #A02CDB
Text Example
Text Example
White with #A02CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CDB; }
p { color: rgb(160,44,219); }
H1.HeaderClassName
{
color: #A02CDB;
}
.AnyTagClassName
{
color: #A02CDB;
}
</style>
background-color css
<style>
a { background-color: #A02CDB; }
a { background-color: rgb(160,44,219); }
div.DivClassName
{
background-color: #A02CDB;
}
.BgClassName
{
background-color: #A02CDB;
}
</style>
border-color css
<style>
span { border-color: #A02CDB; }
span { border-color: rgb(160,44,219); }
td.TdClassName
{
border-color: #A02CDB;
}
.TagClassName
{
border-color: #A02CDB;
}
</style>