Shades of Dark Orchid #A137AF
Tints of Dark Orchid #A137AF
RGB
CMYK
RGB Variations
Color information
#A137AF (or 0xA137AF) is known color: Dark Orchid. HEX triplet: A1, 37 and AF. RGB value is (161,55,175). Sum of RGB (Red+Green+Blue) = 161+55+175=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #A137AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A137AF is #5EC850. Grayscale: #646464. Windows color (decimal): -6211665 or 11483041. OLE color: 11483041.
HSL color Cylindrical-coordinate representation of color #A137AF: hue angle of 293º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A137AF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 55 | 175 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.31 |
| HSL | 293º | 0.52% | 0.45% | - |
| HSV(B) | 293º | 0.69% | 0.69% | - |
| XYZ | 23.8 | 13.4 | 41.89 | - |
| YUV | 100.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 175 | 0.08 | 0.69 | 0 | 0.31 | 293 | 0.52 | 0.45 |
| Hex | A1 | 37 | AF | 8 | 45 | 0 | 1F | 125 | 34 | 2D |
| Octal | 241 | 67 | 257 | 10 | 105 | 0 | 37 | 445 | 64 | 55 |
| Binary | 10100001 | 110111 | 10101111 | 1000 | 1000101 | 0 | 11111 | 100100101 | 110100 | 101101 |
Color Harmonies of #A137AF
Complementary color
Monochromatic Colors of #A137AF
Black with #A137AF
Text Example
Text Example
White with #A137AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A137AF; }
p { color: rgb(161,55,175); }
H1.HeaderClassName
{
color: #A137AF;
}
.AnyTagClassName
{
color: #A137AF;
}
</style>
background-color css
<style>
a { background-color: #A137AF; }
a { background-color: rgb(161,55,175); }
div.DivClassName
{
background-color: #A137AF;
}
.BgClassName
{
background-color: #A137AF;
}
</style>
border-color css
<style>
span { border-color: #A137AF; }
span { border-color: rgb(161,55,175); }
td.TdClassName
{
border-color: #A137AF;
}
.TagClassName
{
border-color: #A137AF;
}
</style>