Shades of Dark Orchid #A62CDF
Tints of Dark Orchid #A62CDF
RGB
CMYK
RGB Variations
Color information
#A62CDF (or 0xA62CDF) is known color: Dark Orchid. HEX triplet: A6, 2C and DF. RGB value is (166,44,223). Sum of RGB (Red+Green+Blue) = 166+44+223=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #A62CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CDF is #59D320. Grayscale: #646464. Windows color (decimal): -5886753 or 14625958. OLE color: 14625958.
HSL color Cylindrical-coordinate representation of color #A62CDF: hue angle of 280.89º degrees, saturation: 0.74, 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 #A62CDF is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 44 | 223 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.13 |
| HSL | 280.89º | 0.74% | 0.52% | - |
| HSV(B) | 280.89º | 0.8% | 0.87% | - |
| XYZ | 29.95 | 15.24 | 71.17 | - |
| YUV | 100.88 | 196.92 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 223 | 0.26 | 0.80 | 0 | 0.13 | 280.89 | 0.74 | 0.52 |
| Hex | A6 | 2C | DF | 1A | 50 | 0 | D | 119 | 4A | 34 |
| Octal | 246 | 54 | 337 | 32 | 120 | 0 | 15 | 431 | 112 | 64 |
| Binary | 10100110 | 101100 | 11011111 | 11010 | 1010000 | 0 | 1101 | 100011001 | 1001010 | 110100 |
Color Harmonies of #A62CDF
Complementary color
Monochromatic Colors of #A62CDF
Black with #A62CDF
Text Example
Text Example
White with #A62CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CDF; }
p { color: rgb(166,44,223); }
H1.HeaderClassName
{
color: #A62CDF;
}
.AnyTagClassName
{
color: #A62CDF;
}
</style>
background-color css
<style>
a { background-color: #A62CDF; }
a { background-color: rgb(166,44,223); }
div.DivClassName
{
background-color: #A62CDF;
}
.BgClassName
{
background-color: #A62CDF;
}
</style>
border-color css
<style>
span { border-color: #A62CDF; }
span { border-color: rgb(166,44,223); }
td.TdClassName
{
border-color: #A62CDF;
}
.TagClassName
{
border-color: #A62CDF;
}
</style>