Shades of Dark Orchid #A02ECF
Tints of Dark Orchid #A02ECF
RGB
CMYK
RGB Variations
Color information
#A02ECF (or 0xA02ECF) is known color: Dark Orchid. HEX triplet: A0, 2E and CF. RGB value is (160,46,207). Sum of RGB (Red+Green+Blue) = 160+46+207=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #A02ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ECF is #5FD130. Grayscale: #616161. Windows color (decimal): -6279473 or 13577888. OLE color: 13577888.
HSL color Cylindrical-coordinate representation of color #A02ECF: hue angle of 282.48º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02ECF is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 46 | 207 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.19 |
| HSL | 282.48º | 0.64% | 0.5% | - |
| HSV(B) | 282.48º | 0.78% | 0.81% | - |
| XYZ | 26.74 | 13.93 | 60.31 | - |
| YUV | 98.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 207 | 0.23 | 0.78 | 0 | 0.19 | 282.48 | 0.64 | 0.5 |
| Hex | A0 | 2E | CF | 17 | 4E | 0 | 13 | 11A | 40 | 32 |
| Octal | 240 | 56 | 317 | 27 | 116 | 0 | 23 | 432 | 100 | 62 |
| Binary | 10100000 | 101110 | 11001111 | 10111 | 1001110 | 0 | 10011 | 100011010 | 1000000 | 110010 |
Color Harmonies of #A02ECF
Complementary color
Monochromatic Colors of #A02ECF
Black with #A02ECF
Text Example
Text Example
White with #A02ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02ECF; }
p { color: rgb(160,46,207); }
H1.HeaderClassName
{
color: #A02ECF;
}
.AnyTagClassName
{
color: #A02ECF;
}
</style>
background-color css
<style>
a { background-color: #A02ECF; }
a { background-color: rgb(160,46,207); }
div.DivClassName
{
background-color: #A02ECF;
}
.BgClassName
{
background-color: #A02ECF;
}
</style>
border-color css
<style>
span { border-color: #A02ECF; }
span { border-color: rgb(160,46,207); }
td.TdClassName
{
border-color: #A02ECF;
}
.TagClassName
{
border-color: #A02ECF;
}
</style>