Shades of Dark Orchid #A62ED0
Tints of Dark Orchid #A62ED0
RGB
CMYK
RGB Variations
Color information
#A62ED0 (or 0xA62ED0) is known color: Dark Orchid. HEX triplet: A6, 2E and D0. RGB value is (166,46,208). Sum of RGB (Red+Green+Blue) = 166+46+208=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #A62ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ED0 is #59D12F. Grayscale: #636363. Windows color (decimal): -5886256 or 13643430. OLE color: 13643430.
HSL color Cylindrical-coordinate representation of color #A62ED0: hue angle of 284.44º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62ED0 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 46 | 208 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.18 |
| HSL | 284.44º | 0.64% | 0.5% | - |
| HSV(B) | 284.44º | 0.78% | 0.82% | - |
| XYZ | 28.09 | 14.62 | 61.02 | - |
| YUV | 100.35 | 188.76 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 208 | 0.20 | 0.78 | 0 | 0.18 | 284.44 | 0.64 | 0.5 |
| Hex | A6 | 2E | D0 | 14 | 4E | 0 | 12 | 11C | 40 | 32 |
| Octal | 246 | 56 | 320 | 24 | 116 | 0 | 22 | 434 | 100 | 62 |
| Binary | 10100110 | 101110 | 11010000 | 10100 | 1001110 | 0 | 10010 | 100011100 | 1000000 | 110010 |
Color Harmonies of #A62ED0
Complementary color
Monochromatic Colors of #A62ED0
Black with #A62ED0
Text Example
Text Example
White with #A62ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62ED0; }
p { color: rgb(166,46,208); }
H1.HeaderClassName
{
color: #A62ED0;
}
.AnyTagClassName
{
color: #A62ED0;
}
</style>
background-color css
<style>
a { background-color: #A62ED0; }
a { background-color: rgb(166,46,208); }
div.DivClassName
{
background-color: #A62ED0;
}
.BgClassName
{
background-color: #A62ED0;
}
</style>
border-color css
<style>
span { border-color: #A62ED0; }
span { border-color: rgb(166,46,208); }
td.TdClassName
{
border-color: #A62ED0;
}
.TagClassName
{
border-color: #A62ED0;
}
</style>