Shades of Dark Orchid #A41FDB
Tints of Dark Orchid #A41FDB
RGB
CMYK
RGB Variations
Color information
#A41FDB (or 0xA41FDB) is known color: Dark Orchid. HEX triplet: A4, 1F and DB. RGB value is (164,31,219). Sum of RGB (Red+Green+Blue) = 164+31+219=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #A41FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FDB is #5BE024. Grayscale: #5B5B5B. Windows color (decimal): -6021157 or 14360484. OLE color: 14360484.
HSL color Cylindrical-coordinate representation of color #A41FDB: hue angle of 282.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41FDB is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 31 | 219 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.14 |
| HSL | 282.45º | 0.75% | 0.49% | - |
| HSV(B) | 282.45º | 0.86% | 0.86% | - |
| XYZ | 28.59 | 13.99 | 68.21 | - |
| YUV | 92.2 | 199.56 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 219 | 0.25 | 0.86 | 0 | 0.14 | 282.45 | 0.75 | 0.49 |
| Hex | A4 | 1F | DB | 19 | 56 | 0 | E | 11A | 4B | 31 |
| Octal | 244 | 37 | 333 | 31 | 126 | 0 | 16 | 432 | 113 | 61 |
| Binary | 10100100 | 11111 | 11011011 | 11001 | 1010110 | 0 | 1110 | 100011010 | 1001011 | 110001 |
Color Harmonies of #A41FDB
Complementary color
Monochromatic Colors of #A41FDB
Black with #A41FDB
Text Example
Text Example
White with #A41FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41FDB; }
p { color: rgb(164,31,219); }
H1.HeaderClassName
{
color: #A41FDB;
}
.AnyTagClassName
{
color: #A41FDB;
}
</style>
background-color css
<style>
a { background-color: #A41FDB; }
a { background-color: rgb(164,31,219); }
div.DivClassName
{
background-color: #A41FDB;
}
.BgClassName
{
background-color: #A41FDB;
}
</style>
border-color css
<style>
span { border-color: #A41FDB; }
span { border-color: rgb(164,31,219); }
td.TdClassName
{
border-color: #A41FDB;
}
.TagClassName
{
border-color: #A41FDB;
}
</style>