Shades of Dark Orchid #A137AD
Tints of Dark Orchid #A137AD
RGB
CMYK
RGB Variations
Color information
#A137AD (or 0xA137AD) is known color: Dark Orchid. HEX triplet: A1, 37 and AD. RGB value is (161,55,173). Sum of RGB (Red+Green+Blue) = 161+55+173=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #A137AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A137AD is #5EC852. Grayscale: #636363. Windows color (decimal): -6211667 or 11351969. OLE color: 11351969.
HSL color Cylindrical-coordinate representation of color #A137AD: hue angle of 293.9º 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 #A137AD is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 55 | 173 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.32 |
| HSL | 293.9º | 0.52% | 0.45% | - |
| HSV(B) | 293.9º | 0.68% | 0.68% | - |
| XYZ | 23.61 | 13.33 | 40.86 | - |
| YUV | 100.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 173 | 0.07 | 0.68 | 0 | 0.32 | 293.9 | 0.52 | 0.45 |
| Hex | A1 | 37 | AD | 7 | 44 | 0 | 20 | 126 | 34 | 2D |
| Octal | 241 | 67 | 255 | 7 | 104 | 0 | 40 | 446 | 64 | 55 |
| Binary | 10100001 | 110111 | 10101101 | 111 | 1000100 | 0 | 100000 | 100100110 | 110100 | 101101 |
Color Harmonies of #A137AD
Complementary color
Monochromatic Colors of #A137AD
Black with #A137AD
Text Example
Text Example
White with #A137AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A137AD; }
p { color: rgb(161,55,173); }
H1.HeaderClassName
{
color: #A137AD;
}
.AnyTagClassName
{
color: #A137AD;
}
</style>
background-color css
<style>
a { background-color: #A137AD; }
a { background-color: rgb(161,55,173); }
div.DivClassName
{
background-color: #A137AD;
}
.BgClassName
{
background-color: #A137AD;
}
</style>
border-color css
<style>
span { border-color: #A137AD; }
span { border-color: rgb(161,55,173); }
td.TdClassName
{
border-color: #A137AD;
}
.TagClassName
{
border-color: #A137AD;
}
</style>