Shades of Dark Orchid #A636D8
Tints of Dark Orchid #A636D8
RGB
CMYK
RGB Variations
Color information
#A636D8 (or 0xA636D8) is known color: Dark Orchid. HEX triplet: A6, 36 and D8. RGB value is (166,54,216). Sum of RGB (Red+Green+Blue) = 166+54+216=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #A636D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636D8 is #59C927. Grayscale: #696969. Windows color (decimal): -5884200 or 14169766. OLE color: 14169766.
HSL color Cylindrical-coordinate representation of color #A636D8: hue angle of 281.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A636D8 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 54 | 216 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.15 |
| HSL | 281.48º | 0.68% | 0.53% | - |
| HSV(B) | 281.48º | 0.75% | 0.85% | - |
| XYZ | 29.44 | 15.7 | 66.45 | - |
| YUV | 105.96 | 190.11 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 216 | 0.23 | 0.75 | 0 | 0.15 | 281.48 | 0.68 | 0.53 |
| Hex | A6 | 36 | D8 | 17 | 4B | 0 | F | 119 | 44 | 35 |
| Octal | 246 | 66 | 330 | 27 | 113 | 0 | 17 | 431 | 104 | 65 |
| Binary | 10100110 | 110110 | 11011000 | 10111 | 1001011 | 0 | 1111 | 100011001 | 1000100 | 110101 |
Color Harmonies of #A636D8
Complementary color
Monochromatic Colors of #A636D8
Black with #A636D8
Text Example
Text Example
White with #A636D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A636D8; }
p { color: rgb(166,54,216); }
H1.HeaderClassName
{
color: #A636D8;
}
.AnyTagClassName
{
color: #A636D8;
}
</style>
background-color css
<style>
a { background-color: #A636D8; }
a { background-color: rgb(166,54,216); }
div.DivClassName
{
background-color: #A636D8;
}
.BgClassName
{
background-color: #A636D8;
}
</style>
border-color css
<style>
span { border-color: #A636D8; }
span { border-color: rgb(166,54,216); }
td.TdClassName
{
border-color: #A636D8;
}
.TagClassName
{
border-color: #A636D8;
}
</style>