Shades of Dark Orchid #A02ECC
Tints of Dark Orchid #A02ECC
RGB
CMYK
RGB Variations
Color information
#A02ECC (or 0xA02ECC) is known color: Dark Orchid. HEX triplet: A0, 2E and CC. RGB value is (160,46,204). Sum of RGB (Red+Green+Blue) = 160+46+204=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #A02ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ECC is #5FD133. Grayscale: #616161. Windows color (decimal): -6279476 or 13381280. OLE color: 13381280.
HSL color Cylindrical-coordinate representation of color #A02ECC: hue angle of 283.29º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02ECC is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 46 | 204 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.2 |
| HSL | 283.29º | 0.63% | 0.49% | - |
| HSV(B) | 283.29º | 0.77% | 0.8% | - |
| XYZ | 26.37 | 13.79 | 58.4 | - |
| YUV | 98.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 204 | 0.22 | 0.77 | 0 | 0.2 | 283.29 | 0.63 | 0.49 |
| Hex | A0 | 2E | CC | 16 | 4D | 0 | 14 | 11B | 3F | 31 |
| Octal | 240 | 56 | 314 | 26 | 115 | 0 | 24 | 433 | 77 | 61 |
| Binary | 10100000 | 101110 | 11001100 | 10110 | 1001101 | 0 | 10100 | 100011011 | 111111 | 110001 |
Color Harmonies of #A02ECC
Complementary color
Monochromatic Colors of #A02ECC
Black with #A02ECC
Text Example
Text Example
White with #A02ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02ECC; }
p { color: rgb(160,46,204); }
H1.HeaderClassName
{
color: #A02ECC;
}
.AnyTagClassName
{
color: #A02ECC;
}
</style>
background-color css
<style>
a { background-color: #A02ECC; }
a { background-color: rgb(160,46,204); }
div.DivClassName
{
background-color: #A02ECC;
}
.BgClassName
{
background-color: #A02ECC;
}
</style>
border-color css
<style>
span { border-color: #A02ECC; }
span { border-color: rgb(160,46,204); }
td.TdClassName
{
border-color: #A02ECC;
}
.TagClassName
{
border-color: #A02ECC;
}
</style>