Shades of Dark Orchid #A444DB
Tints of Dark Orchid #A444DB
RGB
CMYK
RGB Variations
Color information
#A444DB (or 0xA444DB) is known color: Dark Orchid. HEX triplet: A4, 44 and DB. RGB value is (164,68,219). Sum of RGB (Red+Green+Blue) = 164+68+219=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #A444DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444DB is #5BBB24. Grayscale: #717171. Windows color (decimal): -6011685 or 14369956. OLE color: 14369956.
HSL color Cylindrical-coordinate representation of color #A444DB: hue angle of 278.15º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A444DB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 68 | 219 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.14 |
| HSL | 278.15º | 0.68% | 0.56% | - |
| HSV(B) | 278.15º | 0.69% | 0.86% | - |
| XYZ | 30.16 | 17.14 | 68.74 | - |
| YUV | 113.92 | 187.3 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 219 | 0.25 | 0.69 | 0 | 0.14 | 278.15 | 0.68 | 0.56 |
| Hex | A4 | 44 | DB | 19 | 45 | 0 | E | 116 | 44 | 38 |
| Octal | 244 | 104 | 333 | 31 | 105 | 0 | 16 | 426 | 104 | 70 |
| Binary | 10100100 | 1000100 | 11011011 | 11001 | 1000101 | 0 | 1110 | 100010110 | 1000100 | 111000 |
Color Harmonies of #A444DB
Complementary color
Monochromatic Colors of #A444DB
Black with #A444DB
Text Example
Text Example
White with #A444DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444DB; }
p { color: rgb(164,68,219); }
H1.HeaderClassName
{
color: #A444DB;
}
.AnyTagClassName
{
color: #A444DB;
}
</style>
background-color css
<style>
a { background-color: #A444DB; }
a { background-color: rgb(164,68,219); }
div.DivClassName
{
background-color: #A444DB;
}
.BgClassName
{
background-color: #A444DB;
}
</style>
border-color css
<style>
span { border-color: #A444DB; }
span { border-color: rgb(164,68,219); }
td.TdClassName
{
border-color: #A444DB;
}
.TagClassName
{
border-color: #A444DB;
}
</style>