Shades of Dark Orchid #A844DB
Tints of Dark Orchid #A844DB
RGB
CMYK
RGB Variations
Color information
#A844DB (or 0xA844DB) is known color: Dark Orchid. HEX triplet: A8, 44 and DB. RGB value is (168,68,219). Sum of RGB (Red+Green+Blue) = 168+68+219=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #A844DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844DB is #57BB24. Grayscale: #727272. Windows color (decimal): -5749541 or 14369960. OLE color: 14369960.
HSL color Cylindrical-coordinate representation of color #A844DB: hue angle of 279.74º 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 #A844DB is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 68 | 219 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.14 |
| HSL | 279.74º | 0.68% | 0.56% | - |
| HSV(B) | 279.74º | 0.69% | 0.86% | - |
| XYZ | 31 | 17.57 | 68.78 | - |
| YUV | 115.11 | 186.63 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 219 | 0.23 | 0.69 | 0 | 0.14 | 279.74 | 0.68 | 0.56 |
| Hex | A8 | 44 | DB | 17 | 45 | 0 | E | 118 | 44 | 38 |
| Octal | 250 | 104 | 333 | 27 | 105 | 0 | 16 | 430 | 104 | 70 |
| Binary | 10101000 | 1000100 | 11011011 | 10111 | 1000101 | 0 | 1110 | 100011000 | 1000100 | 111000 |
Color Harmonies of #A844DB
Complementary color
Monochromatic Colors of #A844DB
Black with #A844DB
Text Example
Text Example
White with #A844DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A844DB; }
p { color: rgb(168,68,219); }
H1.HeaderClassName
{
color: #A844DB;
}
.AnyTagClassName
{
color: #A844DB;
}
</style>
background-color css
<style>
a { background-color: #A844DB; }
a { background-color: rgb(168,68,219); }
div.DivClassName
{
background-color: #A844DB;
}
.BgClassName
{
background-color: #A844DB;
}
</style>
border-color css
<style>
span { border-color: #A844DB; }
span { border-color: rgb(168,68,219); }
td.TdClassName
{
border-color: #A844DB;
}
.TagClassName
{
border-color: #A844DB;
}
</style>