Shades of Dark Orchid #A62ADB
Tints of Dark Orchid #A62ADB
RGB
CMYK
RGB Variations
Color information
#A62ADB (or 0xA62ADB) is known color: Dark Orchid. HEX triplet: A6, 2A and DB. RGB value is (166,42,219). Sum of RGB (Red+Green+Blue) = 166+42+219=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #A62ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ADB is #59D524. Grayscale: #626262. Windows color (decimal): -5887269 or 14363302. OLE color: 14363302.
HSL color Cylindrical-coordinate representation of color #A62ADB: hue angle of 282.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62ADB is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 42 | 219 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.14 |
| HSL | 282.03º | 0.71% | 0.51% | - |
| HSV(B) | 282.03º | 0.81% | 0.86% | - |
| XYZ | 29.34 | 14.88 | 68.34 | - |
| YUV | 99.25 | 195.58 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 219 | 0.24 | 0.81 | 0 | 0.14 | 282.03 | 0.71 | 0.51 |
| Hex | A6 | 2A | DB | 18 | 51 | 0 | E | 11A | 47 | 33 |
| Octal | 246 | 52 | 333 | 30 | 121 | 0 | 16 | 432 | 107 | 63 |
| Binary | 10100110 | 101010 | 11011011 | 11000 | 1010001 | 0 | 1110 | 100011010 | 1000111 | 110011 |
Color Harmonies of #A62ADB
Complementary color
Monochromatic Colors of #A62ADB
Black with #A62ADB
Text Example
Text Example
White with #A62ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62ADB; }
p { color: rgb(166,42,219); }
H1.HeaderClassName
{
color: #A62ADB;
}
.AnyTagClassName
{
color: #A62ADB;
}
</style>
background-color css
<style>
a { background-color: #A62ADB; }
a { background-color: rgb(166,42,219); }
div.DivClassName
{
background-color: #A62ADB;
}
.BgClassName
{
background-color: #A62ADB;
}
</style>
border-color css
<style>
span { border-color: #A62ADB; }
span { border-color: rgb(166,42,219); }
td.TdClassName
{
border-color: #A62ADB;
}
.TagClassName
{
border-color: #A62ADB;
}
</style>