Shades of Dark Orchid #A42FDB
Tints of Dark Orchid #A42FDB
RGB
CMYK
RGB Variations
Color information
#A42FDB (or 0xA42FDB) is known color: Dark Orchid. HEX triplet: A4, 2F and DB. RGB value is (164,47,219). Sum of RGB (Red+Green+Blue) = 164+47+219=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 47 (18.75% from 255 or 10.93% 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 #A42FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FDB is #5BD024. Grayscale: #656565. Windows color (decimal): -6017061 or 14364580. OLE color: 14364580.
HSL color Cylindrical-coordinate representation of color #A42FDB: hue angle of 280.81º degrees, saturation: 0.7, 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 #A42FDB is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 47 | 219 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.14 |
| HSL | 280.81º | 0.7% | 0.52% | - |
| HSV(B) | 280.81º | 0.79% | 0.86% | - |
| XYZ | 29.11 | 15.04 | 68.39 | - |
| YUV | 101.59 | 194.26 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 219 | 0.25 | 0.79 | 0 | 0.14 | 280.81 | 0.7 | 0.52 |
| Hex | A4 | 2F | DB | 19 | 4F | 0 | E | 119 | 46 | 34 |
| Octal | 244 | 57 | 333 | 31 | 117 | 0 | 16 | 431 | 106 | 64 |
| Binary | 10100100 | 101111 | 11011011 | 11001 | 1001111 | 0 | 1110 | 100011001 | 1000110 | 110100 |
Color Harmonies of #A42FDB
Complementary color
Monochromatic Colors of #A42FDB
Black with #A42FDB
Text Example
Text Example
White with #A42FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42FDB; }
p { color: rgb(164,47,219); }
H1.HeaderClassName
{
color: #A42FDB;
}
.AnyTagClassName
{
color: #A42FDB;
}
</style>
background-color css
<style>
a { background-color: #A42FDB; }
a { background-color: rgb(164,47,219); }
div.DivClassName
{
background-color: #A42FDB;
}
.BgClassName
{
background-color: #A42FDB;
}
</style>
border-color css
<style>
span { border-color: #A42FDB; }
span { border-color: rgb(164,47,219); }
td.TdClassName
{
border-color: #A42FDB;
}
.TagClassName
{
border-color: #A42FDB;
}
</style>