Shades of Dark Orchid #A837BC
Tints of Dark Orchid #A837BC
RGB
CMYK
RGB Variations
Color information
#A837BC (or 0xA837BC) is known color: Dark Orchid. HEX triplet: A8, 37 and BC. RGB value is (168,55,188). Sum of RGB (Red+Green+Blue) = 168+55+188=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #A837BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837BC is #57C843. Grayscale: #676767. Windows color (decimal): -5752900 or 12335016. OLE color: 12335016.
HSL color Cylindrical-coordinate representation of color #A837BC: hue angle of 290.98º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A837BC is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 55 | 188 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.26 |
| HSL | 290.98º | 0.55% | 0.48% | - |
| HSV(B) | 290.98º | 0.71% | 0.74% | - |
| XYZ | 26.59 | 14.69 | 49.01 | - |
| YUV | 103.95 | 175.44 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 188 | 0.11 | 0.71 | 0 | 0.26 | 290.98 | 0.55 | 0.48 |
| Hex | A8 | 37 | BC | B | 47 | 0 | 1A | 123 | 37 | 30 |
| Octal | 250 | 67 | 274 | 13 | 107 | 0 | 32 | 443 | 67 | 60 |
| Binary | 10101000 | 110111 | 10111100 | 1011 | 1000111 | 0 | 11010 | 100100011 | 110111 | 110000 |
Color Harmonies of #A837BC
Complementary color
Monochromatic Colors of #A837BC
Black with #A837BC
Text Example
Text Example
White with #A837BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837BC; }
p { color: rgb(168,55,188); }
H1.HeaderClassName
{
color: #A837BC;
}
.AnyTagClassName
{
color: #A837BC;
}
</style>
background-color css
<style>
a { background-color: #A837BC; }
a { background-color: rgb(168,55,188); }
div.DivClassName
{
background-color: #A837BC;
}
.BgClassName
{
background-color: #A837BC;
}
</style>
border-color css
<style>
span { border-color: #A837BC; }
span { border-color: rgb(168,55,188); }
td.TdClassName
{
border-color: #A837BC;
}
.TagClassName
{
border-color: #A837BC;
}
</style>