Shades of Dark Orchid #A637BA
Tints of Dark Orchid #A637BA
RGB
CMYK
RGB Variations
Color information
#A637BA (or 0xA637BA) is known color: Dark Orchid. HEX triplet: A6, 37 and BA. RGB value is (166,55,186). Sum of RGB (Red+Green+Blue) = 166+55+186=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #A637BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A637BA is #59C845. Grayscale: #666666. Windows color (decimal): -5883974 or 12203942. OLE color: 12203942.
HSL color Cylindrical-coordinate representation of color #A637BA: hue angle of 290.84º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A637BA is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 55 | 186 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.27 |
| HSL | 290.84º | 0.54% | 0.47% | - |
| HSV(B) | 290.84º | 0.7% | 0.73% | - |
| XYZ | 25.96 | 14.38 | 47.86 | - |
| YUV | 103.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 186 | 0.11 | 0.70 | 0 | 0.27 | 290.84 | 0.54 | 0.47 |
| Hex | A6 | 37 | BA | B | 46 | 0 | 1B | 123 | 36 | 2F |
| Octal | 246 | 67 | 272 | 13 | 106 | 0 | 33 | 443 | 66 | 57 |
| Binary | 10100110 | 110111 | 10111010 | 1011 | 1000110 | 0 | 11011 | 100100011 | 110110 | 101111 |
Color Harmonies of #A637BA
Complementary color
Monochromatic Colors of #A637BA
Black with #A637BA
Text Example
Text Example
White with #A637BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A637BA; }
p { color: rgb(166,55,186); }
H1.HeaderClassName
{
color: #A637BA;
}
.AnyTagClassName
{
color: #A637BA;
}
</style>
background-color css
<style>
a { background-color: #A637BA; }
a { background-color: rgb(166,55,186); }
div.DivClassName
{
background-color: #A637BA;
}
.BgClassName
{
background-color: #A637BA;
}
</style>
border-color css
<style>
span { border-color: #A637BA; }
span { border-color: rgb(166,55,186); }
td.TdClassName
{
border-color: #A637BA;
}
.TagClassName
{
border-color: #A637BA;
}
</style>