Shades of Dark Orchid #A636CE
Tints of Dark Orchid #A636CE
RGB
CMYK
RGB Variations
Color information
#A636CE (or 0xA636CE) is known color: Dark Orchid. HEX triplet: A6, 36 and CE. RGB value is (166,54,206). Sum of RGB (Red+Green+Blue) = 166+54+206=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #A636CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636CE is #59C931. Grayscale: #686868. Windows color (decimal): -5884210 or 13514406. OLE color: 13514406.
HSL color Cylindrical-coordinate representation of color #A636CE: hue angle of 284.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A636CE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 54 | 206 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.19 |
| HSL | 284.21º | 0.61% | 0.51% | - |
| HSV(B) | 284.21º | 0.74% | 0.81% | - |
| XYZ | 28.19 | 15.2 | 59.84 | - |
| YUV | 104.82 | 185.11 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 206 | 0.19 | 0.74 | 0 | 0.19 | 284.21 | 0.61 | 0.51 |
| Hex | A6 | 36 | CE | 13 | 4A | 0 | 13 | 11C | 3D | 33 |
| Octal | 246 | 66 | 316 | 23 | 112 | 0 | 23 | 434 | 75 | 63 |
| Binary | 10100110 | 110110 | 11001110 | 10011 | 1001010 | 0 | 10011 | 100011100 | 111101 | 110011 |
Color Harmonies of #A636CE
Complementary color
Monochromatic Colors of #A636CE
Black with #A636CE
Text Example
Text Example
White with #A636CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A636CE; }
p { color: rgb(166,54,206); }
H1.HeaderClassName
{
color: #A636CE;
}
.AnyTagClassName
{
color: #A636CE;
}
</style>
background-color css
<style>
a { background-color: #A636CE; }
a { background-color: rgb(166,54,206); }
div.DivClassName
{
background-color: #A636CE;
}
.BgClassName
{
background-color: #A636CE;
}
</style>
border-color css
<style>
span { border-color: #A636CE; }
span { border-color: rgb(166,54,206); }
td.TdClassName
{
border-color: #A636CE;
}
.TagClassName
{
border-color: #A636CE;
}
</style>