Shades of Dark Orchid #A636BB
Tints of Dark Orchid #A636BB
RGB
CMYK
RGB Variations
Color information
#A636BB (or 0xA636BB) is known color: Dark Orchid. HEX triplet: A6, 36 and BB. RGB value is (166,54,187). Sum of RGB (Red+Green+Blue) = 166+54+187=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #A636BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636BB is #59C944. Grayscale: #666666. Windows color (decimal): -5884229 or 12269222. OLE color: 12269222.
HSL color Cylindrical-coordinate representation of color #A636BB: hue angle of 290.53º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A636BB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 54 | 187 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.27 |
| HSL | 290.53º | 0.55% | 0.47% | - |
| HSV(B) | 290.53º | 0.71% | 0.73% | - |
| XYZ | 26.01 | 14.33 | 48.41 | - |
| YUV | 102.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 187 | 0.11 | 0.71 | 0 | 0.27 | 290.53 | 0.55 | 0.47 |
| Hex | A6 | 36 | BB | B | 47 | 0 | 1B | 123 | 37 | 2F |
| Octal | 246 | 66 | 273 | 13 | 107 | 0 | 33 | 443 | 67 | 57 |
| Binary | 10100110 | 110110 | 10111011 | 1011 | 1000111 | 0 | 11011 | 100100011 | 110111 | 101111 |
Color Harmonies of #A636BB
Complementary color
Monochromatic Colors of #A636BB
Black with #A636BB
Text Example
Text Example
White with #A636BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A636BB; }
p { color: rgb(166,54,187); }
H1.HeaderClassName
{
color: #A636BB;
}
.AnyTagClassName
{
color: #A636BB;
}
</style>
background-color css
<style>
a { background-color: #A636BB; }
a { background-color: rgb(166,54,187); }
div.DivClassName
{
background-color: #A636BB;
}
.BgClassName
{
background-color: #A636BB;
}
</style>
border-color css
<style>
span { border-color: #A636BB; }
span { border-color: rgb(166,54,187); }
td.TdClassName
{
border-color: #A636BB;
}
.TagClassName
{
border-color: #A636BB;
}
</style>