Shades of Dark Orchid #A03ECF
Tints of Dark Orchid #A03ECF
RGB
CMYK
RGB Variations
Color information
#A03ECF (or 0xA03ECF) is known color: Dark Orchid. HEX triplet: A0, 3E and CF. RGB value is (160,62,207). Sum of RGB (Red+Green+Blue) = 160+62+207=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #A03ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ECF is #5FC130. Grayscale: #6B6B6B. Windows color (decimal): -6275377 or 13581984. OLE color: 13581984.
HSL color Cylindrical-coordinate representation of color #A03ECF: hue angle of 280.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03ECF is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 62 | 207 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.19 |
| HSL | 280.55º | 0.6% | 0.53% | - |
| HSV(B) | 280.55º | 0.7% | 0.81% | - |
| XYZ | 27.48 | 15.42 | 60.56 | - |
| YUV | 107.83 | 183.97 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 207 | 0.23 | 0.70 | 0 | 0.19 | 280.55 | 0.6 | 0.53 |
| Hex | A0 | 3E | CF | 17 | 46 | 0 | 13 | 119 | 3C | 35 |
| Octal | 240 | 76 | 317 | 27 | 106 | 0 | 23 | 431 | 74 | 65 |
| Binary | 10100000 | 111110 | 11001111 | 10111 | 1000110 | 0 | 10011 | 100011001 | 111100 | 110101 |
Color Harmonies of #A03ECF
Complementary color
Monochromatic Colors of #A03ECF
Black with #A03ECF
Text Example
Text Example
White with #A03ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03ECF; }
p { color: rgb(160,62,207); }
H1.HeaderClassName
{
color: #A03ECF;
}
.AnyTagClassName
{
color: #A03ECF;
}
</style>
background-color css
<style>
a { background-color: #A03ECF; }
a { background-color: rgb(160,62,207); }
div.DivClassName
{
background-color: #A03ECF;
}
.BgClassName
{
background-color: #A03ECF;
}
</style>
border-color css
<style>
span { border-color: #A03ECF; }
span { border-color: rgb(160,62,207); }
td.TdClassName
{
border-color: #A03ECF;
}
.TagClassName
{
border-color: #A03ECF;
}
</style>