Shades of Dark Orchid #A02EBA
Tints of Dark Orchid #A02EBA
RGB
CMYK
RGB Variations
Color information
#A02EBA (or 0xA02EBA) is known color: Dark Orchid. HEX triplet: A0, 2E and BA. RGB value is (160,46,186). Sum of RGB (Red+Green+Blue) = 160+46+186=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #A02EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02EBA is #5FD145. Grayscale: #5F5F5F. Windows color (decimal): -6279494 or 12201632. OLE color: 12201632.
HSL color Cylindrical-coordinate representation of color #A02EBA: hue angle of 288.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02EBA is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 46 | 186 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.27 |
| HSL | 288.86º | 0.6% | 0.45% | - |
| HSV(B) | 288.86º | 0.75% | 0.73% | - |
| XYZ | 24.34 | 12.97 | 47.68 | - |
| YUV | 96.05 | 178.77 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 186 | 0.14 | 0.75 | 0 | 0.27 | 288.86 | 0.6 | 0.45 |
| Hex | A0 | 2E | BA | E | 4B | 0 | 1B | 121 | 3C | 2D |
| Octal | 240 | 56 | 272 | 16 | 113 | 0 | 33 | 441 | 74 | 55 |
| Binary | 10100000 | 101110 | 10111010 | 1110 | 1001011 | 0 | 11011 | 100100001 | 111100 | 101101 |
Color Harmonies of #A02EBA
Complementary color
Monochromatic Colors of #A02EBA
Black with #A02EBA
Text Example
Text Example
White with #A02EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02EBA; }
p { color: rgb(160,46,186); }
H1.HeaderClassName
{
color: #A02EBA;
}
.AnyTagClassName
{
color: #A02EBA;
}
</style>
background-color css
<style>
a { background-color: #A02EBA; }
a { background-color: rgb(160,46,186); }
div.DivClassName
{
background-color: #A02EBA;
}
.BgClassName
{
background-color: #A02EBA;
}
</style>
border-color css
<style>
span { border-color: #A02EBA; }
span { border-color: rgb(160,46,186); }
td.TdClassName
{
border-color: #A02EBA;
}
.TagClassName
{
border-color: #A02EBA;
}
</style>