Shades of Dark Orchid #A62DCA
Tints of Dark Orchid #A62DCA
RGB
CMYK
RGB Variations
Color information
#A62DCA (or 0xA62DCA) is known color: Dark Orchid. HEX triplet: A6, 2D and CA. RGB value is (166,45,202). Sum of RGB (Red+Green+Blue) = 166+45+202=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #A62DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DCA is #59D235. Grayscale: #626262. Windows color (decimal): -5886518 or 13249958. OLE color: 13249958.
HSL color Cylindrical-coordinate representation of color #A62DCA: hue angle of 286.24º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62DCA is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 45 | 202 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.21 |
| HSL | 286.24º | 0.64% | 0.48% | - |
| HSV(B) | 286.24º | 0.78% | 0.79% | - |
| XYZ | 27.32 | 14.25 | 57.19 | - |
| YUV | 99.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 202 | 0.18 | 0.78 | 0 | 0.21 | 286.24 | 0.64 | 0.48 |
| Hex | A6 | 2D | CA | 12 | 4E | 0 | 15 | 11E | 40 | 30 |
| Octal | 246 | 55 | 312 | 22 | 116 | 0 | 25 | 436 | 100 | 60 |
| Binary | 10100110 | 101101 | 11001010 | 10010 | 1001110 | 0 | 10101 | 100011110 | 1000000 | 110000 |
Color Harmonies of #A62DCA
Complementary color
Monochromatic Colors of #A62DCA
Black with #A62DCA
Text Example
Text Example
White with #A62DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DCA; }
p { color: rgb(166,45,202); }
H1.HeaderClassName
{
color: #A62DCA;
}
.AnyTagClassName
{
color: #A62DCA;
}
</style>
background-color css
<style>
a { background-color: #A62DCA; }
a { background-color: rgb(166,45,202); }
div.DivClassName
{
background-color: #A62DCA;
}
.BgClassName
{
background-color: #A62DCA;
}
</style>
border-color css
<style>
span { border-color: #A62DCA; }
span { border-color: rgb(166,45,202); }
td.TdClassName
{
border-color: #A62DCA;
}
.TagClassName
{
border-color: #A62DCA;
}
</style>