Shades of Dark Orchid #A42CDB
Tints of Dark Orchid #A42CDB
RGB
CMYK
RGB Variations
Color information
#A42CDB (or 0xA42CDB) is known color: Dark Orchid. HEX triplet: A4, 2C and DB. RGB value is (164,44,219). Sum of RGB (Red+Green+Blue) = 164+44+219=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 44 (17.58% from 255 or 10.30% 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 #A42CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CDB is #5BD324. Grayscale: #636363. Windows color (decimal): -6017829 or 14363812. OLE color: 14363812.
HSL color Cylindrical-coordinate representation of color #A42CDB: hue angle of 281.14º 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 #A42CDB is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 44 | 219 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.14 |
| HSL | 281.14º | 0.71% | 0.52% | - |
| HSV(B) | 281.14º | 0.8% | 0.86% | - |
| XYZ | 29 | 14.81 | 68.35 | - |
| YUV | 99.83 | 195.26 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 219 | 0.25 | 0.80 | 0 | 0.14 | 281.14 | 0.71 | 0.52 |
| Hex | A4 | 2C | DB | 19 | 50 | 0 | E | 119 | 47 | 34 |
| Octal | 244 | 54 | 333 | 31 | 120 | 0 | 16 | 431 | 107 | 64 |
| Binary | 10100100 | 101100 | 11011011 | 11001 | 1010000 | 0 | 1110 | 100011001 | 1000111 | 110100 |
Color Harmonies of #A42CDB
Complementary color
Monochromatic Colors of #A42CDB
Black with #A42CDB
Text Example
Text Example
White with #A42CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CDB; }
p { color: rgb(164,44,219); }
H1.HeaderClassName
{
color: #A42CDB;
}
.AnyTagClassName
{
color: #A42CDB;
}
</style>
background-color css
<style>
a { background-color: #A42CDB; }
a { background-color: rgb(164,44,219); }
div.DivClassName
{
background-color: #A42CDB;
}
.BgClassName
{
background-color: #A42CDB;
}
</style>
border-color css
<style>
span { border-color: #A42CDB; }
span { border-color: rgb(164,44,219); }
td.TdClassName
{
border-color: #A42CDB;
}
.TagClassName
{
border-color: #A42CDB;
}
</style>