Shades of Dark Orchid #A02DBA
Tints of Dark Orchid #A02DBA
RGB
CMYK
RGB Variations
Color information
#A02DBA (or 0xA02DBA) is known color: Dark Orchid. HEX triplet: A0, 2D and BA. RGB value is (160,45,186). Sum of RGB (Red+Green+Blue) = 160+45+186=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A02DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DBA is #5FD245. Grayscale: #5F5F5F. Windows color (decimal): -6279750 or 12201376. OLE color: 12201376.
HSL color Cylindrical-coordinate representation of color #A02DBA: hue angle of 288.94º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02DBA is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 45 | 186 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.27 |
| HSL | 288.94º | 0.61% | 0.45% | - |
| HSV(B) | 288.94º | 0.76% | 0.73% | - |
| XYZ | 24.3 | 12.9 | 47.66 | - |
| YUV | 95.46 | 179.1 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 186 | 0.14 | 0.76 | 0 | 0.27 | 288.94 | 0.61 | 0.45 |
| Hex | A0 | 2D | BA | E | 4C | 0 | 1B | 121 | 3D | 2D |
| Octal | 240 | 55 | 272 | 16 | 114 | 0 | 33 | 441 | 75 | 55 |
| Binary | 10100000 | 101101 | 10111010 | 1110 | 1001100 | 0 | 11011 | 100100001 | 111101 | 101101 |
Color Harmonies of #A02DBA
Complementary color
Monochromatic Colors of #A02DBA
Black with #A02DBA
Text Example
Text Example
White with #A02DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DBA; }
p { color: rgb(160,45,186); }
H1.HeaderClassName
{
color: #A02DBA;
}
.AnyTagClassName
{
color: #A02DBA;
}
</style>
background-color css
<style>
a { background-color: #A02DBA; }
a { background-color: rgb(160,45,186); }
div.DivClassName
{
background-color: #A02DBA;
}
.BgClassName
{
background-color: #A02DBA;
}
</style>
border-color css
<style>
span { border-color: #A02DBA; }
span { border-color: rgb(160,45,186); }
td.TdClassName
{
border-color: #A02DBA;
}
.TagClassName
{
border-color: #A02DBA;
}
</style>