Shades of Dark Orchid #A836CB
Tints of Dark Orchid #A836CB
RGB
CMYK
RGB Variations
Color information
#A836CB (or 0xA836CB) is known color: Dark Orchid. HEX triplet: A8, 36 and CB. RGB value is (168,54,203). Sum of RGB (Red+Green+Blue) = 168+54+203=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #A836CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836CB is #57C934. Grayscale: #686868. Windows color (decimal): -5753141 or 13317800. OLE color: 13317800.
HSL color Cylindrical-coordinate representation of color #A836CB: hue angle of 285.91º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A836CB is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 54 | 203 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.20 |
| HSL | 285.91º | 0.59% | 0.5% | - |
| HSV(B) | 285.91º | 0.73% | 0.8% | - |
| XYZ | 28.25 | 15.27 | 57.96 | - |
| YUV | 105.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 203 | 0.17 | 0.73 | 0 | 0.20 | 285.91 | 0.59 | 0.5 |
| Hex | A8 | 36 | CB | 11 | 49 | 0 | 14 | 11E | 3B | 32 |
| Octal | 250 | 66 | 313 | 21 | 111 | 0 | 24 | 436 | 73 | 62 |
| Binary | 10101000 | 110110 | 11001011 | 10001 | 1001001 | 0 | 10100 | 100011110 | 111011 | 110010 |
Color Harmonies of #A836CB
Complementary color
Monochromatic Colors of #A836CB
Black with #A836CB
Text Example
Text Example
White with #A836CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836CB; }
p { color: rgb(168,54,203); }
H1.HeaderClassName
{
color: #A836CB;
}
.AnyTagClassName
{
color: #A836CB;
}
</style>
background-color css
<style>
a { background-color: #A836CB; }
a { background-color: rgb(168,54,203); }
div.DivClassName
{
background-color: #A836CB;
}
.BgClassName
{
background-color: #A836CB;
}
</style>
border-color css
<style>
span { border-color: #A836CB; }
span { border-color: rgb(168,54,203); }
td.TdClassName
{
border-color: #A836CB;
}
.TagClassName
{
border-color: #A836CB;
}
</style>