Shades of Dark Orchid #A636CF
Tints of Dark Orchid #A636CF
RGB
CMYK
RGB Variations
Color information
#A636CF (or 0xA636CF) is known color: Dark Orchid. HEX triplet: A6, 36 and CF. RGB value is (166,54,207). Sum of RGB (Red+Green+Blue) = 166+54+207=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #A636CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636CF is #59C930. Grayscale: #686868. Windows color (decimal): -5884209 or 13579942. OLE color: 13579942.
HSL color Cylindrical-coordinate representation of color #A636CF: hue angle of 283.92º 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 #A636CF is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 54 | 207 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.19 |
| HSL | 283.92º | 0.61% | 0.51% | - |
| HSV(B) | 283.92º | 0.74% | 0.81% | - |
| XYZ | 28.31 | 15.25 | 60.48 | - |
| YUV | 104.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 207 | 0.20 | 0.74 | 0 | 0.19 | 283.92 | 0.61 | 0.51 |
| Hex | A6 | 36 | CF | 14 | 4A | 0 | 13 | 11C | 3D | 33 |
| Octal | 246 | 66 | 317 | 24 | 112 | 0 | 23 | 434 | 75 | 63 |
| Binary | 10100110 | 110110 | 11001111 | 10100 | 1001010 | 0 | 10011 | 100011100 | 111101 | 110011 |
Color Harmonies of #A636CF
Complementary color
Monochromatic Colors of #A636CF
Black with #A636CF
Text Example
Text Example
White with #A636CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A636CF; }
p { color: rgb(166,54,207); }
H1.HeaderClassName
{
color: #A636CF;
}
.AnyTagClassName
{
color: #A636CF;
}
</style>
background-color css
<style>
a { background-color: #A636CF; }
a { background-color: rgb(166,54,207); }
div.DivClassName
{
background-color: #A636CF;
}
.BgClassName
{
background-color: #A636CF;
}
</style>
border-color css
<style>
span { border-color: #A636CF; }
span { border-color: rgb(166,54,207); }
td.TdClassName
{
border-color: #A636CF;
}
.TagClassName
{
border-color: #A636CF;
}
</style>