Shades of Dark Orchid #A636AB
Tints of Dark Orchid #A636AB
RGB
CMYK
RGB Variations
Color information
#A636AB (or 0xA636AB) is known color: Dark Orchid. HEX triplet: A6, 36 and AB. RGB value is (166,54,171). Sum of RGB (Red+Green+Blue) = 166+54+171=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #A636AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A636AB is #59C954. Grayscale: #646464. Windows color (decimal): -5884245 or 11220646. OLE color: 11220646.
HSL color Cylindrical-coordinate representation of color #A636AB: hue angle of 297.44º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A636AB is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 54 | 171 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.33 |
| HSL | 297.44º | 0.52% | 0.44% | - |
| HSV(B) | 297.44º | 0.68% | 0.67% | - |
| XYZ | 24.4 | 13.69 | 39.88 | - |
| YUV | 100.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 171 | 0.03 | 0.68 | 0 | 0.33 | 297.44 | 0.52 | 0.44 |
| Hex | A6 | 36 | AB | 3 | 44 | 0 | 21 | 129 | 34 | 2C |
| Octal | 246 | 66 | 253 | 3 | 104 | 0 | 41 | 451 | 64 | 54 |
| Binary | 10100110 | 110110 | 10101011 | 11 | 1000100 | 0 | 100001 | 100101001 | 110100 | 101100 |
Color Harmonies of #A636AB
Complementary color
Monochromatic Colors of #A636AB
Black with #A636AB
Text Example
Text Example
White with #A636AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A636AB; }
p { color: rgb(166,54,171); }
H1.HeaderClassName
{
color: #A636AB;
}
.AnyTagClassName
{
color: #A636AB;
}
</style>
background-color css
<style>
a { background-color: #A636AB; }
a { background-color: rgb(166,54,171); }
div.DivClassName
{
background-color: #A636AB;
}
.BgClassName
{
background-color: #A636AB;
}
</style>
border-color css
<style>
span { border-color: #A636AB; }
span { border-color: rgb(166,54,171); }
td.TdClassName
{
border-color: #A636AB;
}
.TagClassName
{
border-color: #A636AB;
}
</style>