Shades of Dark Orchid #A62BDB
Tints of Dark Orchid #A62BDB
RGB
CMYK
RGB Variations
Color information
#A62BDB (or 0xA62BDB) is known color: Dark Orchid. HEX triplet: A6, 2B and DB. RGB value is (166,43,219). Sum of RGB (Red+Green+Blue) = 166+43+219=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #A62BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62BDB is #59D424. Grayscale: #636363. Windows color (decimal): -5887013 or 14363558. OLE color: 14363558.
HSL color Cylindrical-coordinate representation of color #A62BDB: hue angle of 281.93º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62BDB is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 43 | 219 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.14 |
| HSL | 281.93º | 0.71% | 0.51% | - |
| HSV(B) | 281.93º | 0.8% | 0.86% | - |
| XYZ | 29.38 | 14.95 | 68.36 | - |
| YUV | 99.84 | 195.25 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 219 | 0.24 | 0.80 | 0 | 0.14 | 281.93 | 0.71 | 0.51 |
| Hex | A6 | 2B | DB | 18 | 50 | 0 | E | 11A | 47 | 33 |
| Octal | 246 | 53 | 333 | 30 | 120 | 0 | 16 | 432 | 107 | 63 |
| Binary | 10100110 | 101011 | 11011011 | 11000 | 1010000 | 0 | 1110 | 100011010 | 1000111 | 110011 |
Color Harmonies of #A62BDB
Complementary color
Monochromatic Colors of #A62BDB
Black with #A62BDB
Text Example
Text Example
White with #A62BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62BDB; }
p { color: rgb(166,43,219); }
H1.HeaderClassName
{
color: #A62BDB;
}
.AnyTagClassName
{
color: #A62BDB;
}
</style>
background-color css
<style>
a { background-color: #A62BDB; }
a { background-color: rgb(166,43,219); }
div.DivClassName
{
background-color: #A62BDB;
}
.BgClassName
{
background-color: #A62BDB;
}
</style>
border-color css
<style>
span { border-color: #A62BDB; }
span { border-color: rgb(166,43,219); }
td.TdClassName
{
border-color: #A62BDB;
}
.TagClassName
{
border-color: #A62BDB;
}
</style>