Shades of Dark Orchid #A838DB
Tints of Dark Orchid #A838DB
RGB
CMYK
RGB Variations
Color information
#A838DB (or 0xA838DB) is known color: Dark Orchid. HEX triplet: A8, 38 and DB. RGB value is (168,56,219). Sum of RGB (Red+Green+Blue) = 168+56+219=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #A838DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838DB is #57C724. Grayscale: #6B6B6B. Windows color (decimal): -5752613 or 14366888. OLE color: 14366888.
HSL color Cylindrical-coordinate representation of color #A838DB: hue angle of 281.23º 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 #A838DB is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 56 | 219 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.14 |
| HSL | 281.23º | 0.69% | 0.54% | - |
| HSV(B) | 281.23º | 0.74% | 0.86% | - |
| XYZ | 30.35 | 16.27 | 68.56 | - |
| YUV | 108.07 | 190.61 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 219 | 0.23 | 0.74 | 0 | 0.14 | 281.23 | 0.69 | 0.54 |
| Hex | A8 | 38 | DB | 17 | 4A | 0 | E | 119 | 45 | 36 |
| Octal | 250 | 70 | 333 | 27 | 112 | 0 | 16 | 431 | 105 | 66 |
| Binary | 10101000 | 111000 | 11011011 | 10111 | 1001010 | 0 | 1110 | 100011001 | 1000101 | 110110 |
Color Harmonies of #A838DB
Complementary color
Monochromatic Colors of #A838DB
Black with #A838DB
Text Example
Text Example
White with #A838DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838DB; }
p { color: rgb(168,56,219); }
H1.HeaderClassName
{
color: #A838DB;
}
.AnyTagClassName
{
color: #A838DB;
}
</style>
background-color css
<style>
a { background-color: #A838DB; }
a { background-color: rgb(168,56,219); }
div.DivClassName
{
background-color: #A838DB;
}
.BgClassName
{
background-color: #A838DB;
}
</style>
border-color css
<style>
span { border-color: #A838DB; }
span { border-color: rgb(168,56,219); }
td.TdClassName
{
border-color: #A838DB;
}
.TagClassName
{
border-color: #A838DB;
}
</style>