Shades of Dark Orchid #A137CF
Tints of Dark Orchid #A137CF
RGB
CMYK
RGB Variations
Color information
#A137CF (or 0xA137CF) is known color: Dark Orchid. HEX triplet: A1, 37 and CF. RGB value is (161,55,207). Sum of RGB (Red+Green+Blue) = 161+55+207=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #A137CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A137CF is #5EC830. Grayscale: #676767. Windows color (decimal): -6211633 or 13580193. OLE color: 13580193.
HSL color Cylindrical-coordinate representation of color #A137CF: hue angle of 281.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A137CF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 55 | 207 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.19 |
| HSL | 281.84º | 0.61% | 0.51% | - |
| HSV(B) | 281.84º | 0.73% | 0.81% | - |
| XYZ | 27.33 | 14.81 | 60.45 | - |
| YUV | 104.02 | 186.12 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 207 | 0.22 | 0.73 | 0 | 0.19 | 281.84 | 0.61 | 0.51 |
| Hex | A1 | 37 | CF | 16 | 49 | 0 | 13 | 11A | 3D | 33 |
| Octal | 241 | 67 | 317 | 26 | 111 | 0 | 23 | 432 | 75 | 63 |
| Binary | 10100001 | 110111 | 11001111 | 10110 | 1001001 | 0 | 10011 | 100011010 | 111101 | 110011 |
Color Harmonies of #A137CF
Complementary color
Monochromatic Colors of #A137CF
Black with #A137CF
Text Example
Text Example
White with #A137CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A137CF; }
p { color: rgb(161,55,207); }
H1.HeaderClassName
{
color: #A137CF;
}
.AnyTagClassName
{
color: #A137CF;
}
</style>
background-color css
<style>
a { background-color: #A137CF; }
a { background-color: rgb(161,55,207); }
div.DivClassName
{
background-color: #A137CF;
}
.BgClassName
{
background-color: #A137CF;
}
</style>
border-color css
<style>
span { border-color: #A137CF; }
span { border-color: rgb(161,55,207); }
td.TdClassName
{
border-color: #A137CF;
}
.TagClassName
{
border-color: #A137CF;
}
</style>