Shades of Dark Orchid #A637AD
Tints of Dark Orchid #A637AD
RGB
CMYK
RGB Variations
Color information
#A637AD (or 0xA637AD) is known color: Dark Orchid. HEX triplet: A6, 37 and AD. RGB value is (166,55,173). Sum of RGB (Red+Green+Blue) = 166+55+173=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #A637AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A637AD is #59C852. Grayscale: #656565. Windows color (decimal): -5883987 or 11351974. OLE color: 11351974.
HSL color Cylindrical-coordinate representation of color #A637AD: hue angle of 296.44º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A637AD is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 55 | 173 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.32 |
| HSL | 296.44º | 0.52% | 0.45% | - |
| HSV(B) | 296.44º | 0.68% | 0.68% | - |
| XYZ | 24.63 | 13.86 | 40.91 | - |
| YUV | 101.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 173 | 0.04 | 0.68 | 0 | 0.32 | 296.44 | 0.52 | 0.45 |
| Hex | A6 | 37 | AD | 4 | 44 | 0 | 20 | 128 | 34 | 2D |
| Octal | 246 | 67 | 255 | 4 | 104 | 0 | 40 | 450 | 64 | 55 |
| Binary | 10100110 | 110111 | 10101101 | 100 | 1000100 | 0 | 100000 | 100101000 | 110100 | 101101 |
Color Harmonies of #A637AD
Complementary color
Monochromatic Colors of #A637AD
Black with #A637AD
Text Example
Text Example
White with #A637AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A637AD; }
p { color: rgb(166,55,173); }
H1.HeaderClassName
{
color: #A637AD;
}
.AnyTagClassName
{
color: #A637AD;
}
</style>
background-color css
<style>
a { background-color: #A637AD; }
a { background-color: rgb(166,55,173); }
div.DivClassName
{
background-color: #A637AD;
}
.BgClassName
{
background-color: #A637AD;
}
</style>
border-color css
<style>
span { border-color: #A637AD; }
span { border-color: rgb(166,55,173); }
td.TdClassName
{
border-color: #A637AD;
}
.TagClassName
{
border-color: #A637AD;
}
</style>