Shades of Dark Orchid #A837BA
Tints of Dark Orchid #A837BA
RGB
CMYK
RGB Variations
Color information
#A837BA (or 0xA837BA) is known color: Dark Orchid. HEX triplet: A8, 37 and BA. RGB value is (168,55,186). Sum of RGB (Red+Green+Blue) = 168+55+186=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #A837BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837BA is #57C845. Grayscale: #676767. Windows color (decimal): -5752902 or 12203944. OLE color: 12203944.
HSL color Cylindrical-coordinate representation of color #A837BA: hue angle of 291.76º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A837BA is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 55 | 186 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.27 |
| HSL | 291.76º | 0.54% | 0.47% | - |
| HSV(B) | 291.76º | 0.7% | 0.73% | - |
| XYZ | 26.38 | 14.6 | 47.88 | - |
| YUV | 103.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 186 | 0.10 | 0.70 | 0 | 0.27 | 291.76 | 0.54 | 0.47 |
| Hex | A8 | 37 | BA | A | 46 | 0 | 1B | 124 | 36 | 2F |
| Octal | 250 | 67 | 272 | 12 | 106 | 0 | 33 | 444 | 66 | 57 |
| Binary | 10101000 | 110111 | 10111010 | 1010 | 1000110 | 0 | 11011 | 100100100 | 110110 | 101111 |
Color Harmonies of #A837BA
Complementary color
Monochromatic Colors of #A837BA
Black with #A837BA
Text Example
Text Example
White with #A837BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837BA; }
p { color: rgb(168,55,186); }
H1.HeaderClassName
{
color: #A837BA;
}
.AnyTagClassName
{
color: #A837BA;
}
</style>
background-color css
<style>
a { background-color: #A837BA; }
a { background-color: rgb(168,55,186); }
div.DivClassName
{
background-color: #A837BA;
}
.BgClassName
{
background-color: #A837BA;
}
</style>
border-color css
<style>
span { border-color: #A837BA; }
span { border-color: rgb(168,55,186); }
td.TdClassName
{
border-color: #A837BA;
}
.TagClassName
{
border-color: #A837BA;
}
</style>