Shades of Dark Orchid #A62DDF
Tints of Dark Orchid #A62DDF
RGB
CMYK
RGB Variations
Color information
#A62DDF (or 0xA62DDF) is known color: Dark Orchid. HEX triplet: A6, 2D and DF. RGB value is (166,45,223). Sum of RGB (Red+Green+Blue) = 166+45+223=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #A62DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DDF is #59D220. Grayscale: #646464. Windows color (decimal): -5886497 or 14626214. OLE color: 14626214.
HSL color Cylindrical-coordinate representation of color #A62DDF: hue angle of 280.79º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62DDF is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 45 | 223 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.13 |
| HSL | 280.79º | 0.74% | 0.53% | - |
| HSV(B) | 280.79º | 0.8% | 0.87% | - |
| XYZ | 29.98 | 15.31 | 71.19 | - |
| YUV | 101.47 | 196.59 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 223 | 0.26 | 0.80 | 0 | 0.13 | 280.79 | 0.74 | 0.53 |
| Hex | A6 | 2D | DF | 1A | 50 | 0 | D | 119 | 4A | 35 |
| Octal | 246 | 55 | 337 | 32 | 120 | 0 | 15 | 431 | 112 | 65 |
| Binary | 10100110 | 101101 | 11011111 | 11010 | 1010000 | 0 | 1101 | 100011001 | 1001010 | 110101 |
Color Harmonies of #A62DDF
Complementary color
Monochromatic Colors of #A62DDF
Black with #A62DDF
Text Example
Text Example
White with #A62DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DDF; }
p { color: rgb(166,45,223); }
H1.HeaderClassName
{
color: #A62DDF;
}
.AnyTagClassName
{
color: #A62DDF;
}
</style>
background-color css
<style>
a { background-color: #A62DDF; }
a { background-color: rgb(166,45,223); }
div.DivClassName
{
background-color: #A62DDF;
}
.BgClassName
{
background-color: #A62DDF;
}
</style>
border-color css
<style>
span { border-color: #A62DDF; }
span { border-color: rgb(166,45,223); }
td.TdClassName
{
border-color: #A62DDF;
}
.TagClassName
{
border-color: #A62DDF;
}
</style>