Shades of Dark Orchid #A62CDE
Tints of Dark Orchid #A62CDE
RGB
CMYK
RGB Variations
Color information
#A62CDE (or 0xA62CDE) is known color: Dark Orchid. HEX triplet: A6, 2C and DE. RGB value is (166,44,222). Sum of RGB (Red+Green+Blue) = 166+44+222=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #A62CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CDE is #59D321. Grayscale: #646464. Windows color (decimal): -5886754 or 14560422. OLE color: 14560422.
HSL color Cylindrical-coordinate representation of color #A62CDE: hue angle of 281.12º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62CDE is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 44 | 222 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.13 |
| HSL | 281.12º | 0.73% | 0.52% | - |
| HSV(B) | 281.12º | 0.8% | 0.87% | - |
| XYZ | 29.81 | 15.18 | 70.47 | - |
| YUV | 100.77 | 196.42 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 222 | 0.25 | 0.80 | 0 | 0.13 | 281.12 | 0.73 | 0.52 |
| Hex | A6 | 2C | DE | 19 | 50 | 0 | D | 119 | 49 | 34 |
| Octal | 246 | 54 | 336 | 31 | 120 | 0 | 15 | 431 | 111 | 64 |
| Binary | 10100110 | 101100 | 11011110 | 11001 | 1010000 | 0 | 1101 | 100011001 | 1001001 | 110100 |
Color Harmonies of #A62CDE
Complementary color
Monochromatic Colors of #A62CDE
Black with #A62CDE
Text Example
Text Example
White with #A62CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CDE; }
p { color: rgb(166,44,222); }
H1.HeaderClassName
{
color: #A62CDE;
}
.AnyTagClassName
{
color: #A62CDE;
}
</style>
background-color css
<style>
a { background-color: #A62CDE; }
a { background-color: rgb(166,44,222); }
div.DivClassName
{
background-color: #A62CDE;
}
.BgClassName
{
background-color: #A62CDE;
}
</style>
border-color css
<style>
span { border-color: #A62CDE; }
span { border-color: rgb(166,44,222); }
td.TdClassName
{
border-color: #A62CDE;
}
.TagClassName
{
border-color: #A62CDE;
}
</style>