Shades of Dark Orchid #A837AD
Tints of Dark Orchid #A837AD
RGB
CMYK
RGB Variations
Color information
#A837AD (or 0xA837AD) is known color: Dark Orchid. HEX triplet: A8, 37 and AD. RGB value is (168,55,173). Sum of RGB (Red+Green+Blue) = 168+55+173=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #A837AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A837AD is #57C852. Grayscale: #656565. Windows color (decimal): -5752915 or 11351976. OLE color: 11351976.
HSL color Cylindrical-coordinate representation of color #A837AD: hue angle of 297.46º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A837AD is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 55 | 173 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.32 |
| HSL | 297.46º | 0.52% | 0.45% | - |
| HSV(B) | 297.46º | 0.68% | 0.68% | - |
| XYZ | 25.06 | 14.07 | 40.93 | - |
| YUV | 102.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 173 | 0.03 | 0.68 | 0 | 0.32 | 297.46 | 0.52 | 0.45 |
| Hex | A8 | 37 | AD | 3 | 44 | 0 | 20 | 129 | 34 | 2D |
| Octal | 250 | 67 | 255 | 3 | 104 | 0 | 40 | 451 | 64 | 55 |
| Binary | 10101000 | 110111 | 10101101 | 11 | 1000100 | 0 | 100000 | 100101001 | 110100 | 101101 |
Color Harmonies of #A837AD
Complementary color
Monochromatic Colors of #A837AD
Black with #A837AD
Text Example
Text Example
White with #A837AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837AD; }
p { color: rgb(168,55,173); }
H1.HeaderClassName
{
color: #A837AD;
}
.AnyTagClassName
{
color: #A837AD;
}
</style>
background-color css
<style>
a { background-color: #A837AD; }
a { background-color: rgb(168,55,173); }
div.DivClassName
{
background-color: #A837AD;
}
.BgClassName
{
background-color: #A837AD;
}
</style>
border-color css
<style>
span { border-color: #A837AD; }
span { border-color: rgb(168,55,173); }
td.TdClassName
{
border-color: #A837AD;
}
.TagClassName
{
border-color: #A837AD;
}
</style>