Shades of Dark Orchid #A62ECF
Tints of Dark Orchid #A62ECF
RGB
CMYK
RGB Variations
Color information
#A62ECF (or 0xA62ECF) is known color: Dark Orchid. HEX triplet: A6, 2E and CF. RGB value is (166,46,207). Sum of RGB (Red+Green+Blue) = 166+46+207=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #A62ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ECF is #59D130. Grayscale: #636363. Windows color (decimal): -5886257 or 13577894. OLE color: 13577894.
HSL color Cylindrical-coordinate representation of color #A62ECF: hue angle of 284.72º 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 #A62ECF is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 46 | 207 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.19 |
| HSL | 284.72º | 0.64% | 0.5% | - |
| HSV(B) | 284.72º | 0.78% | 0.81% | - |
| XYZ | 27.97 | 14.57 | 60.37 | - |
| YUV | 100.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 207 | 0.20 | 0.78 | 0 | 0.19 | 284.72 | 0.64 | 0.5 |
| Hex | A6 | 2E | CF | 14 | 4E | 0 | 13 | 11D | 40 | 32 |
| Octal | 246 | 56 | 317 | 24 | 116 | 0 | 23 | 435 | 100 | 62 |
| Binary | 10100110 | 101110 | 11001111 | 10100 | 1001110 | 0 | 10011 | 100011101 | 1000000 | 110010 |
Color Harmonies of #A62ECF
Complementary color
Monochromatic Colors of #A62ECF
Black with #A62ECF
Text Example
Text Example
White with #A62ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62ECF; }
p { color: rgb(166,46,207); }
H1.HeaderClassName
{
color: #A62ECF;
}
.AnyTagClassName
{
color: #A62ECF;
}
</style>
background-color css
<style>
a { background-color: #A62ECF; }
a { background-color: rgb(166,46,207); }
div.DivClassName
{
background-color: #A62ECF;
}
.BgClassName
{
background-color: #A62ECF;
}
</style>
border-color css
<style>
span { border-color: #A62ECF; }
span { border-color: rgb(166,46,207); }
td.TdClassName
{
border-color: #A62ECF;
}
.TagClassName
{
border-color: #A62ECF;
}
</style>