Shades of Dark Orchid #A636B7
Tints of Dark Orchid #A636B7
RGB
CMYK
RGB Variations
Color information
#A636B7 (or 0xA636B7) is known color: Dark Orchid. HEX triplet: A6, 36 and B7. RGB value is (166,54,183). Sum of RGB (Red+Green+Blue) = 166+54+183=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #A636B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636B7 is #59C948. Grayscale: #656565. Windows color (decimal): -5884233 or 12007078. OLE color: 12007078.
HSL color Cylindrical-coordinate representation of color #A636B7: hue angle of 292.09º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A636B7 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 54 | 183 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.28 |
| HSL | 292.09º | 0.54% | 0.46% | - |
| HSV(B) | 292.09º | 0.7% | 0.72% | - |
| XYZ | 25.59 | 14.16 | 46.18 | - |
| YUV | 102.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 183 | 0.09 | 0.70 | 0 | 0.28 | 292.09 | 0.54 | 0.46 |
| Hex | A6 | 36 | B7 | 9 | 46 | 0 | 1C | 124 | 36 | 2E |
| Octal | 246 | 66 | 267 | 11 | 106 | 0 | 34 | 444 | 66 | 56 |
| Binary | 10100110 | 110110 | 10110111 | 1001 | 1000110 | 0 | 11100 | 100100100 | 110110 | 101110 |
Color Harmonies of #A636B7
Complementary color
Monochromatic Colors of #A636B7
Black with #A636B7
Text Example
Text Example
White with #A636B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A636B7; }
p { color: rgb(166,54,183); }
H1.HeaderClassName
{
color: #A636B7;
}
.AnyTagClassName
{
color: #A636B7;
}
</style>
background-color css
<style>
a { background-color: #A636B7; }
a { background-color: rgb(166,54,183); }
div.DivClassName
{
background-color: #A636B7;
}
.BgClassName
{
background-color: #A636B7;
}
</style>
border-color css
<style>
span { border-color: #A636B7; }
span { border-color: rgb(166,54,183); }
td.TdClassName
{
border-color: #A636B7;
}
.TagClassName
{
border-color: #A636B7;
}
</style>