Shades of Dark Orchid #A62ECB
Tints of Dark Orchid #A62ECB
RGB
CMYK
RGB Variations
Color information
#A62ECB (or 0xA62ECB) is known color: Dark Orchid. HEX triplet: A6, 2E and CB. RGB value is (166,46,203). Sum of RGB (Red+Green+Blue) = 166+46+203=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #A62ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ECB is #59D134. Grayscale: #636363. Windows color (decimal): -5886261 or 13315750. OLE color: 13315750.
HSL color Cylindrical-coordinate representation of color #A62ECB: hue angle of 285.86º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62ECB is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 46 | 203 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.20 |
| HSL | 285.86º | 0.63% | 0.49% | - |
| HSV(B) | 285.86º | 0.77% | 0.8% | - |
| XYZ | 27.48 | 14.37 | 57.83 | - |
| YUV | 99.78 | 186.26 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 203 | 0.18 | 0.77 | 0 | 0.20 | 285.86 | 0.63 | 0.49 |
| Hex | A6 | 2E | CB | 12 | 4D | 0 | 14 | 11E | 3F | 31 |
| Octal | 246 | 56 | 313 | 22 | 115 | 0 | 24 | 436 | 77 | 61 |
| Binary | 10100110 | 101110 | 11001011 | 10010 | 1001101 | 0 | 10100 | 100011110 | 111111 | 110001 |
Color Harmonies of #A62ECB
Complementary color
Monochromatic Colors of #A62ECB
Black with #A62ECB
Text Example
Text Example
White with #A62ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62ECB; }
p { color: rgb(166,46,203); }
H1.HeaderClassName
{
color: #A62ECB;
}
.AnyTagClassName
{
color: #A62ECB;
}
</style>
background-color css
<style>
a { background-color: #A62ECB; }
a { background-color: rgb(166,46,203); }
div.DivClassName
{
background-color: #A62ECB;
}
.BgClassName
{
background-color: #A62ECB;
}
</style>
border-color css
<style>
span { border-color: #A62ECB; }
span { border-color: rgb(166,46,203); }
td.TdClassName
{
border-color: #A62ECB;
}
.TagClassName
{
border-color: #A62ECB;
}
</style>