Shades of Dark Orchid #A62DE3
Tints of Dark Orchid #A62DE3
RGB
CMYK
RGB Variations
Color information
#A62DE3 (or 0xA62DE3) is known color: Dark Orchid. HEX triplet: A6, 2D and E3. RGB value is (166,45,227). Sum of RGB (Red+Green+Blue) = 166+45+227=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 227 (89.06% from 255 or 51.83% from 438); Max value from RGB is 227 - color contains mainly: blue. Hex color #A62DE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DE3 is #59D21C. Grayscale: #656565. Windows color (decimal): -5886493 or 14888358. OLE color: 14888358.
HSL color Cylindrical-coordinate representation of color #A62DE3: hue angle of 279.89º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62DE3 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 45 | 227 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.11 |
| HSL | 279.89º | 0.76% | 0.53% | - |
| HSV(B) | 279.89º | 0.8% | 0.89% | - |
| XYZ | 30.53 | 15.53 | 74.06 | - |
| YUV | 101.93 | 198.59 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 227 | 0.27 | 0.80 | 0 | 0.11 | 279.89 | 0.76 | 0.53 |
| Hex | A6 | 2D | E3 | 1B | 50 | 0 | B | 118 | 4C | 35 |
| Octal | 246 | 55 | 343 | 33 | 120 | 0 | 13 | 430 | 114 | 65 |
| Binary | 10100110 | 101101 | 11100011 | 11011 | 1010000 | 0 | 1011 | 100011000 | 1001100 | 110101 |
Color Harmonies of #A62DE3
Complementary color
Monochromatic Colors of #A62DE3
Black with #A62DE3
Text Example
Text Example
White with #A62DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DE3; }
p { color: rgb(166,45,227); }
H1.HeaderClassName
{
color: #A62DE3;
}
.AnyTagClassName
{
color: #A62DE3;
}
</style>
background-color css
<style>
a { background-color: #A62DE3; }
a { background-color: rgb(166,45,227); }
div.DivClassName
{
background-color: #A62DE3;
}
.BgClassName
{
background-color: #A62DE3;
}
</style>
border-color css
<style>
span { border-color: #A62DE3; }
span { border-color: rgb(166,45,227); }
td.TdClassName
{
border-color: #A62DE3;
}
.TagClassName
{
border-color: #A62DE3;
}
</style>