Shades of Dark Orchid #A02EC0
Tints of Dark Orchid #A02EC0
RGB
CMYK
RGB Variations
Color information
#A02EC0 (or 0xA02EC0) is known color: Dark Orchid. HEX triplet: A0, 2E and C0. RGB value is (160,46,192). Sum of RGB (Red+Green+Blue) = 160+46+192=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #A02EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02EC0 is #5FD13F. Grayscale: #606060. Windows color (decimal): -6279488 or 12594848. OLE color: 12594848.
HSL color Cylindrical-coordinate representation of color #A02EC0: hue angle of 286.85º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02EC0 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 46 | 192 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.25 |
| HSL | 286.85º | 0.61% | 0.47% | - |
| HSV(B) | 286.85º | 0.76% | 0.75% | - |
| XYZ | 24.99 | 13.23 | 51.11 | - |
| YUV | 96.73 | 181.77 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 192 | 0.17 | 0.76 | 0 | 0.25 | 286.85 | 0.61 | 0.47 |
| Hex | A0 | 2E | C0 | 11 | 4C | 0 | 19 | 11F | 3D | 2F |
| Octal | 240 | 56 | 300 | 21 | 114 | 0 | 31 | 437 | 75 | 57 |
| Binary | 10100000 | 101110 | 11000000 | 10001 | 1001100 | 0 | 11001 | 100011111 | 111101 | 101111 |
Color Harmonies of #A02EC0
Complementary color
Monochromatic Colors of #A02EC0
Black with #A02EC0
Text Example
Text Example
White with #A02EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02EC0; }
p { color: rgb(160,46,192); }
H1.HeaderClassName
{
color: #A02EC0;
}
.AnyTagClassName
{
color: #A02EC0;
}
</style>
background-color css
<style>
a { background-color: #A02EC0; }
a { background-color: rgb(160,46,192); }
div.DivClassName
{
background-color: #A02EC0;
}
.BgClassName
{
background-color: #A02EC0;
}
</style>
border-color css
<style>
span { border-color: #A02EC0; }
span { border-color: rgb(160,46,192); }
td.TdClassName
{
border-color: #A02EC0;
}
.TagClassName
{
border-color: #A02EC0;
}
</style>