Shades of Dark Orchid #A62CDB
Tints of Dark Orchid #A62CDB
RGB
CMYK
RGB Variations
Color information
#A62CDB (or 0xA62CDB) is known color: Dark Orchid. HEX triplet: A6, 2C and DB. RGB value is (166,44,219). Sum of RGB (Red+Green+Blue) = 166+44+219=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #A62CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CDB is #59D324. Grayscale: #636363. Windows color (decimal): -5886757 or 14363814. OLE color: 14363814.
HSL color Cylindrical-coordinate representation of color #A62CDB: hue angle of 281.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62CDB is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 44 | 219 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.14 |
| HSL | 281.83º | 0.71% | 0.52% | - |
| HSV(B) | 281.83º | 0.8% | 0.86% | - |
| XYZ | 29.41 | 15.02 | 68.37 | - |
| YUV | 100.43 | 194.92 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 219 | 0.24 | 0.80 | 0 | 0.14 | 281.83 | 0.71 | 0.52 |
| Hex | A6 | 2C | DB | 18 | 50 | 0 | E | 11A | 47 | 34 |
| Octal | 246 | 54 | 333 | 30 | 120 | 0 | 16 | 432 | 107 | 64 |
| Binary | 10100110 | 101100 | 11011011 | 11000 | 1010000 | 0 | 1110 | 100011010 | 1000111 | 110100 |
Color Harmonies of #A62CDB
Complementary color
Monochromatic Colors of #A62CDB
Black with #A62CDB
Text Example
Text Example
White with #A62CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CDB; }
p { color: rgb(166,44,219); }
H1.HeaderClassName
{
color: #A62CDB;
}
.AnyTagClassName
{
color: #A62CDB;
}
</style>
background-color css
<style>
a { background-color: #A62CDB; }
a { background-color: rgb(166,44,219); }
div.DivClassName
{
background-color: #A62CDB;
}
.BgClassName
{
background-color: #A62CDB;
}
</style>
border-color css
<style>
span { border-color: #A62CDB; }
span { border-color: rgb(166,44,219); }
td.TdClassName
{
border-color: #A62CDB;
}
.TagClassName
{
border-color: #A62CDB;
}
</style>