Shades of Dark Orchid #A137C9
Tints of Dark Orchid #A137C9
RGB
CMYK
RGB Variations
Color information
#A137C9 (or 0xA137C9) is known color: Dark Orchid. HEX triplet: A1, 37 and C9. RGB value is (161,55,201). Sum of RGB (Red+Green+Blue) = 161+55+201=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #A137C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A137C9 is #5EC836. Grayscale: #666666. Windows color (decimal): -6211639 or 13186977. OLE color: 13186977.
HSL color Cylindrical-coordinate representation of color #A137C9: hue angle of 283.56º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A137C9 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 55 | 201 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.21 |
| HSL | 283.56º | 0.57% | 0.5% | - |
| HSV(B) | 283.56º | 0.73% | 0.79% | - |
| XYZ | 26.61 | 14.53 | 56.66 | - |
| YUV | 103.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 201 | 0.20 | 0.73 | 0 | 0.21 | 283.56 | 0.57 | 0.5 |
| Hex | A1 | 37 | C9 | 14 | 49 | 0 | 15 | 11C | 39 | 32 |
| Octal | 241 | 67 | 311 | 24 | 111 | 0 | 25 | 434 | 71 | 62 |
| Binary | 10100001 | 110111 | 11001001 | 10100 | 1001001 | 0 | 10101 | 100011100 | 111001 | 110010 |
Color Harmonies of #A137C9
Complementary color
Monochromatic Colors of #A137C9
Black with #A137C9
Text Example
Text Example
White with #A137C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A137C9; }
p { color: rgb(161,55,201); }
H1.HeaderClassName
{
color: #A137C9;
}
.AnyTagClassName
{
color: #A137C9;
}
</style>
background-color css
<style>
a { background-color: #A137C9; }
a { background-color: rgb(161,55,201); }
div.DivClassName
{
background-color: #A137C9;
}
.BgClassName
{
background-color: #A137C9;
}
</style>
border-color css
<style>
span { border-color: #A137C9; }
span { border-color: rgb(161,55,201); }
td.TdClassName
{
border-color: #A137C9;
}
.TagClassName
{
border-color: #A137C9;
}
</style>