Shades of Dark Orchid #A62ED8
Tints of Dark Orchid #A62ED8
RGB
CMYK
RGB Variations
Color information
#A62ED8 (or 0xA62ED8) is known color: Dark Orchid. HEX triplet: A6, 2E and D8. RGB value is (166,46,216). Sum of RGB (Red+Green+Blue) = 166+46+216=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #A62ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ED8 is #59D127. Grayscale: #646464. Windows color (decimal): -5886248 or 14167718. OLE color: 14167718.
HSL color Cylindrical-coordinate representation of color #A62ED8: hue angle of 282.35º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62ED8 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 46 | 216 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.15 |
| HSL | 282.35º | 0.69% | 0.51% | - |
| HSV(B) | 282.35º | 0.79% | 0.85% | - |
| XYZ | 29.1 | 15.02 | 66.33 | - |
| YUV | 101.26 | 192.76 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 216 | 0.23 | 0.79 | 0 | 0.15 | 282.35 | 0.69 | 0.51 |
| Hex | A6 | 2E | D8 | 17 | 4F | 0 | F | 11A | 45 | 33 |
| Octal | 246 | 56 | 330 | 27 | 117 | 0 | 17 | 432 | 105 | 63 |
| Binary | 10100110 | 101110 | 11011000 | 10111 | 1001111 | 0 | 1111 | 100011010 | 1000101 | 110011 |
Color Harmonies of #A62ED8
Complementary color
Monochromatic Colors of #A62ED8
Black with #A62ED8
Text Example
Text Example
White with #A62ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62ED8; }
p { color: rgb(166,46,216); }
H1.HeaderClassName
{
color: #A62ED8;
}
.AnyTagClassName
{
color: #A62ED8;
}
</style>
background-color css
<style>
a { background-color: #A62ED8; }
a { background-color: rgb(166,46,216); }
div.DivClassName
{
background-color: #A62ED8;
}
.BgClassName
{
background-color: #A62ED8;
}
</style>
border-color css
<style>
span { border-color: #A62ED8; }
span { border-color: rgb(166,46,216); }
td.TdClassName
{
border-color: #A62ED8;
}
.TagClassName
{
border-color: #A62ED8;
}
</style>