Shades of Dark Orchid #A02FDB
Tints of Dark Orchid #A02FDB
RGB
CMYK
RGB Variations
Color information
#A02FDB (or 0xA02FDB) is known color: Dark Orchid. HEX triplet: A0, 2F and DB. RGB value is (160,47,219). Sum of RGB (Red+Green+Blue) = 160+47+219=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #A02FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FDB is #5FD024. Grayscale: #636363. Windows color (decimal): -6279205 or 14364576. OLE color: 14364576.
HSL color Cylindrical-coordinate representation of color #A02FDB: hue angle of 279.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02FDB is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 47 | 219 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.14 |
| HSL | 279.42º | 0.7% | 0.52% | - |
| HSV(B) | 279.42º | 0.79% | 0.86% | - |
| XYZ | 28.3 | 14.62 | 68.35 | - |
| YUV | 100.4 | 194.94 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 219 | 0.27 | 0.79 | 0 | 0.14 | 279.42 | 0.7 | 0.52 |
| Hex | A0 | 2F | DB | 1B | 4F | 0 | E | 117 | 46 | 34 |
| Octal | 240 | 57 | 333 | 33 | 117 | 0 | 16 | 427 | 106 | 64 |
| Binary | 10100000 | 101111 | 11011011 | 11011 | 1001111 | 0 | 1110 | 100010111 | 1000110 | 110100 |
Color Harmonies of #A02FDB
Complementary color
Monochromatic Colors of #A02FDB
Black with #A02FDB
Text Example
Text Example
White with #A02FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FDB; }
p { color: rgb(160,47,219); }
H1.HeaderClassName
{
color: #A02FDB;
}
.AnyTagClassName
{
color: #A02FDB;
}
</style>
background-color css
<style>
a { background-color: #A02FDB; }
a { background-color: rgb(160,47,219); }
div.DivClassName
{
background-color: #A02FDB;
}
.BgClassName
{
background-color: #A02FDB;
}
</style>
border-color css
<style>
span { border-color: #A02FDB; }
span { border-color: rgb(160,47,219); }
td.TdClassName
{
border-color: #A02FDB;
}
.TagClassName
{
border-color: #A02FDB;
}
</style>