Shades of Dark Orchid #A839DB
Tints of Dark Orchid #A839DB
RGB
CMYK
RGB Variations
Color information
#A839DB (or 0xA839DB) is known color: Dark Orchid. HEX triplet: A8, 39 and DB. RGB value is (168,57,219). Sum of RGB (Red+Green+Blue) = 168+57+219=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #A839DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839DB is #57C624. Grayscale: #6C6C6C. Windows color (decimal): -5752357 or 14367144. OLE color: 14367144.
HSL color Cylindrical-coordinate representation of color #A839DB: hue angle of 281.11º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A839DB is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 57 | 219 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.14 |
| HSL | 281.11º | 0.69% | 0.54% | - |
| HSV(B) | 281.11º | 0.74% | 0.86% | - |
| XYZ | 30.4 | 16.37 | 68.57 | - |
| YUV | 108.66 | 190.27 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 219 | 0.23 | 0.74 | 0 | 0.14 | 281.11 | 0.69 | 0.54 |
| Hex | A8 | 39 | DB | 17 | 4A | 0 | E | 119 | 45 | 36 |
| Octal | 250 | 71 | 333 | 27 | 112 | 0 | 16 | 431 | 105 | 66 |
| Binary | 10101000 | 111001 | 11011011 | 10111 | 1001010 | 0 | 1110 | 100011001 | 1000101 | 110110 |
Color Harmonies of #A839DB
Complementary color
Monochromatic Colors of #A839DB
Black with #A839DB
Text Example
Text Example
White with #A839DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839DB; }
p { color: rgb(168,57,219); }
H1.HeaderClassName
{
color: #A839DB;
}
.AnyTagClassName
{
color: #A839DB;
}
</style>
background-color css
<style>
a { background-color: #A839DB; }
a { background-color: rgb(168,57,219); }
div.DivClassName
{
background-color: #A839DB;
}
.BgClassName
{
background-color: #A839DB;
}
</style>
border-color css
<style>
span { border-color: #A839DB; }
span { border-color: rgb(168,57,219); }
td.TdClassName
{
border-color: #A839DB;
}
.TagClassName
{
border-color: #A839DB;
}
</style>