Shades of Dark Orchid #A441DB
Tints of Dark Orchid #A441DB
RGB
CMYK
RGB Variations
Color information
#A441DB (or 0xA441DB) is known color: Dark Orchid. HEX triplet: A4, 41 and DB. RGB value is (164,65,219). Sum of RGB (Red+Green+Blue) = 164+65+219=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #A441DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441DB is #5BBE24. Grayscale: #6F6F6F. Windows color (decimal): -6012453 or 14369188. OLE color: 14369188.
HSL color Cylindrical-coordinate representation of color #A441DB: hue angle of 278.57º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A441DB is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 65 | 219 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.14 |
| HSL | 278.57º | 0.68% | 0.56% | - |
| HSV(B) | 278.57º | 0.7% | 0.86% | - |
| XYZ | 29.99 | 16.79 | 68.68 | - |
| YUV | 112.16 | 188.3 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 219 | 0.25 | 0.70 | 0 | 0.14 | 278.57 | 0.68 | 0.56 |
| Hex | A4 | 41 | DB | 19 | 46 | 0 | E | 117 | 44 | 38 |
| Octal | 244 | 101 | 333 | 31 | 106 | 0 | 16 | 427 | 104 | 70 |
| Binary | 10100100 | 1000001 | 11011011 | 11001 | 1000110 | 0 | 1110 | 100010111 | 1000100 | 111000 |
Color Harmonies of #A441DB
Complementary color
Monochromatic Colors of #A441DB
Black with #A441DB
Text Example
Text Example
White with #A441DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441DB; }
p { color: rgb(164,65,219); }
H1.HeaderClassName
{
color: #A441DB;
}
.AnyTagClassName
{
color: #A441DB;
}
</style>
background-color css
<style>
a { background-color: #A441DB; }
a { background-color: rgb(164,65,219); }
div.DivClassName
{
background-color: #A441DB;
}
.BgClassName
{
background-color: #A441DB;
}
</style>
border-color css
<style>
span { border-color: #A441DB; }
span { border-color: rgb(164,65,219); }
td.TdClassName
{
border-color: #A441DB;
}
.TagClassName
{
border-color: #A441DB;
}
</style>