Shades of Dark Orchid #A637C1
Tints of Dark Orchid #A637C1
RGB
CMYK
RGB Variations
Color information
#A637C1 (or 0xA637C1) is known color: Dark Orchid. HEX triplet: A6, 37 and C1. RGB value is (166,55,193). Sum of RGB (Red+Green+Blue) = 166+55+193=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #A637C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A637C1 is #59C83E. Grayscale: #676767. Windows color (decimal): -5883967 or 12662694. OLE color: 12662694.
HSL color Cylindrical-coordinate representation of color #A637C1: hue angle of 288.26º 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 #A637C1 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 55 | 193 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.24 |
| HSL | 288.26º | 0.56% | 0.49% | - |
| HSV(B) | 288.26º | 0.72% | 0.76% | - |
| XYZ | 26.72 | 14.69 | 51.88 | - |
| YUV | 103.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 193 | 0.14 | 0.72 | 0 | 0.24 | 288.26 | 0.56 | 0.49 |
| Hex | A6 | 37 | C1 | E | 48 | 0 | 18 | 120 | 38 | 31 |
| Octal | 246 | 67 | 301 | 16 | 110 | 0 | 30 | 440 | 70 | 61 |
| Binary | 10100110 | 110111 | 11000001 | 1110 | 1001000 | 0 | 11000 | 100100000 | 111000 | 110001 |
Color Harmonies of #A637C1
Complementary color
Monochromatic Colors of #A637C1
Black with #A637C1
Text Example
Text Example
White with #A637C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A637C1; }
p { color: rgb(166,55,193); }
H1.HeaderClassName
{
color: #A637C1;
}
.AnyTagClassName
{
color: #A637C1;
}
</style>
background-color css
<style>
a { background-color: #A637C1; }
a { background-color: rgb(166,55,193); }
div.DivClassName
{
background-color: #A637C1;
}
.BgClassName
{
background-color: #A637C1;
}
</style>
border-color css
<style>
span { border-color: #A637C1; }
span { border-color: rgb(166,55,193); }
td.TdClassName
{
border-color: #A637C1;
}
.TagClassName
{
border-color: #A637C1;
}
</style>