Shades of Dark Orchid #A62DDB
Tints of Dark Orchid #A62DDB
RGB
CMYK
RGB Variations
Color information
#A62DDB (or 0xA62DDB) is known color: Dark Orchid. HEX triplet: A6, 2D and DB. RGB value is (166,45,219). Sum of RGB (Red+Green+Blue) = 166+45+219=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #A62DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DDB is #59D224. Grayscale: #646464. Windows color (decimal): -5886501 or 14364070. OLE color: 14364070.
HSL color Cylindrical-coordinate representation of color #A62DDB: hue angle of 281.72º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62DDB is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 45 | 219 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.14 |
| HSL | 281.72º | 0.71% | 0.52% | - |
| HSV(B) | 281.72º | 0.79% | 0.86% | - |
| XYZ | 29.45 | 15.1 | 68.38 | - |
| YUV | 101.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 219 | 0.24 | 0.79 | 0 | 0.14 | 281.72 | 0.71 | 0.52 |
| Hex | A6 | 2D | DB | 18 | 4F | 0 | E | 11A | 47 | 34 |
| Octal | 246 | 55 | 333 | 30 | 117 | 0 | 16 | 432 | 107 | 64 |
| Binary | 10100110 | 101101 | 11011011 | 11000 | 1001111 | 0 | 1110 | 100011010 | 1000111 | 110100 |
Color Harmonies of #A62DDB
Complementary color
Monochromatic Colors of #A62DDB
Black with #A62DDB
Text Example
Text Example
White with #A62DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DDB; }
p { color: rgb(166,45,219); }
H1.HeaderClassName
{
color: #A62DDB;
}
.AnyTagClassName
{
color: #A62DDB;
}
</style>
background-color css
<style>
a { background-color: #A62DDB; }
a { background-color: rgb(166,45,219); }
div.DivClassName
{
background-color: #A62DDB;
}
.BgClassName
{
background-color: #A62DDB;
}
</style>
border-color css
<style>
span { border-color: #A62DDB; }
span { border-color: rgb(166,45,219); }
td.TdClassName
{
border-color: #A62DDB;
}
.TagClassName
{
border-color: #A62DDB;
}
</style>