Shades of Dark Orchid #A837DB
Tints of Dark Orchid #A837DB
RGB
CMYK
RGB Variations
Color information
#A837DB (or 0xA837DB) is known color: Dark Orchid. HEX triplet: A8, 37 and DB. RGB value is (168,55,219). Sum of RGB (Red+Green+Blue) = 168+55+219=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #A837DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837DB is #57C824. Grayscale: #6A6A6A. Windows color (decimal): -5752869 or 14366632. OLE color: 14366632.
HSL color Cylindrical-coordinate representation of color #A837DB: hue angle of 281.34º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A837DB is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 55 | 219 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.14 |
| HSL | 281.34º | 0.69% | 0.54% | - |
| HSV(B) | 281.34º | 0.75% | 0.86% | - |
| XYZ | 30.3 | 16.17 | 68.54 | - |
| YUV | 107.48 | 190.94 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 219 | 0.23 | 0.75 | 0 | 0.14 | 281.34 | 0.69 | 0.54 |
| Hex | A8 | 37 | DB | 17 | 4B | 0 | E | 119 | 45 | 36 |
| Octal | 250 | 67 | 333 | 27 | 113 | 0 | 16 | 431 | 105 | 66 |
| Binary | 10101000 | 110111 | 11011011 | 10111 | 1001011 | 0 | 1110 | 100011001 | 1000101 | 110110 |
Color Harmonies of #A837DB
Complementary color
Monochromatic Colors of #A837DB
Black with #A837DB
Text Example
Text Example
White with #A837DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837DB; }
p { color: rgb(168,55,219); }
H1.HeaderClassName
{
color: #A837DB;
}
.AnyTagClassName
{
color: #A837DB;
}
</style>
background-color css
<style>
a { background-color: #A837DB; }
a { background-color: rgb(168,55,219); }
div.DivClassName
{
background-color: #A837DB;
}
.BgClassName
{
background-color: #A837DB;
}
</style>
border-color css
<style>
span { border-color: #A837DB; }
span { border-color: rgb(168,55,219); }
td.TdClassName
{
border-color: #A837DB;
}
.TagClassName
{
border-color: #A837DB;
}
</style>