Shades of Dark Orchid #A937C2
Tints of Dark Orchid #A937C2
RGB
CMYK
RGB Variations
Color information
#A937C2 (or 0xA937C2) is known color: Dark Orchid. HEX triplet: A9, 37 and C2. RGB value is (169,55,194). Sum of RGB (Red+Green+Blue) = 169+55+194=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #A937C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A937C2 is #56C83D. Grayscale: #686868. Windows color (decimal): -5687358 or 12728233. OLE color: 12728233.
HSL color Cylindrical-coordinate representation of color #A937C2: hue angle of 289.21º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A937C2 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 55 | 194 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.24 |
| HSL | 289.21º | 0.56% | 0.49% | - |
| HSV(B) | 289.21º | 0.72% | 0.76% | - |
| XYZ | 27.47 | 15.06 | 52.5 | - |
| YUV | 104.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 194 | 0.13 | 0.72 | 0 | 0.24 | 289.21 | 0.56 | 0.49 |
| Hex | A9 | 37 | C2 | D | 48 | 0 | 18 | 121 | 38 | 31 |
| Octal | 251 | 67 | 302 | 15 | 110 | 0 | 30 | 441 | 70 | 61 |
| Binary | 10101001 | 110111 | 11000010 | 1101 | 1001000 | 0 | 11000 | 100100001 | 111000 | 110001 |
Color Harmonies of #A937C2
Complementary color
Monochromatic Colors of #A937C2
Black with #A937C2
Text Example
Text Example
White with #A937C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A937C2; }
p { color: rgb(169,55,194); }
H1.HeaderClassName
{
color: #A937C2;
}
.AnyTagClassName
{
color: #A937C2;
}
</style>
background-color css
<style>
a { background-color: #A937C2; }
a { background-color: rgb(169,55,194); }
div.DivClassName
{
background-color: #A937C2;
}
.BgClassName
{
background-color: #A937C2;
}
</style>
border-color css
<style>
span { border-color: #A937C2; }
span { border-color: rgb(169,55,194); }
td.TdClassName
{
border-color: #A937C2;
}
.TagClassName
{
border-color: #A937C2;
}
</style>