Shades of Dark Orchid #A02ECE
Tints of Dark Orchid #A02ECE
RGB
CMYK
RGB Variations
Color information
#A02ECE (or 0xA02ECE) is known color: Dark Orchid. HEX triplet: A0, 2E and CE. RGB value is (160,46,206). Sum of RGB (Red+Green+Blue) = 160+46+206=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #A02ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ECE is #5FD131. Grayscale: #616161. Windows color (decimal): -6279474 or 13512352. OLE color: 13512352.
HSL color Cylindrical-coordinate representation of color #A02ECE: hue angle of 282.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02ECE is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 46 | 206 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.19 |
| HSL | 282.75º | 0.63% | 0.49% | - |
| HSV(B) | 282.75º | 0.78% | 0.81% | - |
| XYZ | 26.61 | 13.88 | 59.67 | - |
| YUV | 98.33 | 188.77 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 206 | 0.22 | 0.78 | 0 | 0.19 | 282.75 | 0.63 | 0.49 |
| Hex | A0 | 2E | CE | 16 | 4E | 0 | 13 | 11B | 3F | 31 |
| Octal | 240 | 56 | 316 | 26 | 116 | 0 | 23 | 433 | 77 | 61 |
| Binary | 10100000 | 101110 | 11001110 | 10110 | 1001110 | 0 | 10011 | 100011011 | 111111 | 110001 |
Color Harmonies of #A02ECE
Complementary color
Monochromatic Colors of #A02ECE
Black with #A02ECE
Text Example
Text Example
White with #A02ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02ECE; }
p { color: rgb(160,46,206); }
H1.HeaderClassName
{
color: #A02ECE;
}
.AnyTagClassName
{
color: #A02ECE;
}
</style>
background-color css
<style>
a { background-color: #A02ECE; }
a { background-color: rgb(160,46,206); }
div.DivClassName
{
background-color: #A02ECE;
}
.BgClassName
{
background-color: #A02ECE;
}
</style>
border-color css
<style>
span { border-color: #A02ECE; }
span { border-color: rgb(160,46,206); }
td.TdClassName
{
border-color: #A02ECE;
}
.TagClassName
{
border-color: #A02ECE;
}
</style>