Shades of Dark Orchid #A62ACE
Tints of Dark Orchid #A62ACE
RGB
CMYK
RGB Variations
Color information
#A62ACE (or 0xA62ACE) is known color: Dark Orchid. HEX triplet: A6, 2A and CE. RGB value is (166,42,206). Sum of RGB (Red+Green+Blue) = 166+42+206=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #A62ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ACE is #59D531. Grayscale: #616161. Windows color (decimal): -5887282 or 13511334. OLE color: 13511334.
HSL color Cylindrical-coordinate representation of color #A62ACE: hue angle of 285.37º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62ACE is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 42 | 206 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.19 |
| HSL | 285.37º | 0.66% | 0.49% | - |
| HSV(B) | 285.37º | 0.8% | 0.81% | - |
| XYZ | 27.69 | 14.22 | 59.68 | - |
| YUV | 97.77 | 189.08 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 206 | 0.19 | 0.80 | 0 | 0.19 | 285.37 | 0.66 | 0.49 |
| Hex | A6 | 2A | CE | 13 | 50 | 0 | 13 | 11D | 42 | 31 |
| Octal | 246 | 52 | 316 | 23 | 120 | 0 | 23 | 435 | 102 | 61 |
| Binary | 10100110 | 101010 | 11001110 | 10011 | 1010000 | 0 | 10011 | 100011101 | 1000010 | 110001 |
Color Harmonies of #A62ACE
Complementary color
Monochromatic Colors of #A62ACE
Black with #A62ACE
Text Example
Text Example
White with #A62ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62ACE; }
p { color: rgb(166,42,206); }
H1.HeaderClassName
{
color: #A62ACE;
}
.AnyTagClassName
{
color: #A62ACE;
}
</style>
background-color css
<style>
a { background-color: #A62ACE; }
a { background-color: rgb(166,42,206); }
div.DivClassName
{
background-color: #A62ACE;
}
.BgClassName
{
background-color: #A62ACE;
}
</style>
border-color css
<style>
span { border-color: #A62ACE; }
span { border-color: rgb(166,42,206); }
td.TdClassName
{
border-color: #A62ACE;
}
.TagClassName
{
border-color: #A62ACE;
}
</style>