Shades of Dark Orchid #A02ED6
Tints of Dark Orchid #A02ED6
RGB
CMYK
RGB Variations
Color information
#A02ED6 (or 0xA02ED6) is known color: Dark Orchid. HEX triplet: A0, 2E and D6. RGB value is (160,46,214). Sum of RGB (Red+Green+Blue) = 160+46+214=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #A02ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ED6 is #5FD129. Grayscale: #626262. Windows color (decimal): -6279466 or 14036640. OLE color: 14036640.
HSL color Cylindrical-coordinate representation of color #A02ED6: hue angle of 280.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02ED6 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 46 | 214 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.16 |
| HSL | 280.71º | 0.67% | 0.51% | - |
| HSV(B) | 280.71º | 0.79% | 0.84% | - |
| XYZ | 27.61 | 14.28 | 64.92 | - |
| YUV | 99.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 214 | 0.25 | 0.79 | 0 | 0.16 | 280.71 | 0.67 | 0.51 |
| Hex | A0 | 2E | D6 | 19 | 4F | 0 | 10 | 119 | 43 | 33 |
| Octal | 240 | 56 | 326 | 31 | 117 | 0 | 20 | 431 | 103 | 63 |
| Binary | 10100000 | 101110 | 11010110 | 11001 | 1001111 | 0 | 10000 | 100011001 | 1000011 | 110011 |
Color Harmonies of #A02ED6
Complementary color
Monochromatic Colors of #A02ED6
Black with #A02ED6
Text Example
Text Example
White with #A02ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02ED6; }
p { color: rgb(160,46,214); }
H1.HeaderClassName
{
color: #A02ED6;
}
.AnyTagClassName
{
color: #A02ED6;
}
</style>
background-color css
<style>
a { background-color: #A02ED6; }
a { background-color: rgb(160,46,214); }
div.DivClassName
{
background-color: #A02ED6;
}
.BgClassName
{
background-color: #A02ED6;
}
</style>
border-color css
<style>
span { border-color: #A02ED6; }
span { border-color: rgb(160,46,214); }
td.TdClassName
{
border-color: #A02ED6;
}
.TagClassName
{
border-color: #A02ED6;
}
</style>