Shades of Dark Orchid #A636C2
Tints of Dark Orchid #A636C2
RGB
CMYK
RGB Variations
Color information
#A636C2 (or 0xA636C2) is known color: Dark Orchid. HEX triplet: A6, 36 and C2. RGB value is (166,54,194). Sum of RGB (Red+Green+Blue) = 166+54+194=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #A636C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636C2 is #59C93D. Grayscale: #676767. Windows color (decimal): -5884222 or 12727974. OLE color: 12727974.
HSL color Cylindrical-coordinate representation of color #A636C2: hue angle of 288º 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 #A636C2 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 54 | 194 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.24 |
| HSL | 288º | 0.56% | 0.49% | - |
| HSV(B) | 288º | 0.72% | 0.76% | - |
| XYZ | 26.78 | 14.64 | 52.45 | - |
| YUV | 103.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 194 | 0.14 | 0.72 | 0 | 0.24 | 288 | 0.56 | 0.49 |
| Hex | A6 | 36 | C2 | E | 48 | 0 | 18 | 120 | 38 | 31 |
| Octal | 246 | 66 | 302 | 16 | 110 | 0 | 30 | 440 | 70 | 61 |
| Binary | 10100110 | 110110 | 11000010 | 1110 | 1001000 | 0 | 11000 | 100100000 | 111000 | 110001 |
Color Harmonies of #A636C2
Complementary color
Monochromatic Colors of #A636C2
Black with #A636C2
Text Example
Text Example
White with #A636C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A636C2; }
p { color: rgb(166,54,194); }
H1.HeaderClassName
{
color: #A636C2;
}
.AnyTagClassName
{
color: #A636C2;
}
</style>
background-color css
<style>
a { background-color: #A636C2; }
a { background-color: rgb(166,54,194); }
div.DivClassName
{
background-color: #A636C2;
}
.BgClassName
{
background-color: #A636C2;
}
</style>
border-color css
<style>
span { border-color: #A636C2; }
span { border-color: rgb(166,54,194); }
td.TdClassName
{
border-color: #A636C2;
}
.TagClassName
{
border-color: #A636C2;
}
</style>