Shades of Dark Orchid #A836D5
Tints of Dark Orchid #A836D5
RGB
CMYK
RGB Variations
Color information
#A836D5 (or 0xA836D5) is known color: Dark Orchid. HEX triplet: A8, 36 and D5. RGB value is (168,54,213). Sum of RGB (Red+Green+Blue) = 168+54+213=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #A836D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836D5 is #57C92A. Grayscale: #696969. Windows color (decimal): -5753131 or 13973160. OLE color: 13973160.
HSL color Cylindrical-coordinate representation of color #A836D5: hue angle of 283.02º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A836D5 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 54 | 213 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.16 |
| HSL | 283.02º | 0.65% | 0.52% | - |
| HSV(B) | 283.02º | 0.75% | 0.84% | - |
| XYZ | 29.48 | 15.77 | 64.44 | - |
| YUV | 106.21 | 188.27 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 213 | 0.21 | 0.75 | 0 | 0.16 | 283.02 | 0.65 | 0.52 |
| Hex | A8 | 36 | D5 | 15 | 4B | 0 | 10 | 11B | 41 | 34 |
| Octal | 250 | 66 | 325 | 25 | 113 | 0 | 20 | 433 | 101 | 64 |
| Binary | 10101000 | 110110 | 11010101 | 10101 | 1001011 | 0 | 10000 | 100011011 | 1000001 | 110100 |
Color Harmonies of #A836D5
Complementary color
Monochromatic Colors of #A836D5
Black with #A836D5
Text Example
Text Example
White with #A836D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836D5; }
p { color: rgb(168,54,213); }
H1.HeaderClassName
{
color: #A836D5;
}
.AnyTagClassName
{
color: #A836D5;
}
</style>
background-color css
<style>
a { background-color: #A836D5; }
a { background-color: rgb(168,54,213); }
div.DivClassName
{
background-color: #A836D5;
}
.BgClassName
{
background-color: #A836D5;
}
</style>
border-color css
<style>
span { border-color: #A836D5; }
span { border-color: rgb(168,54,213); }
td.TdClassName
{
border-color: #A836D5;
}
.TagClassName
{
border-color: #A836D5;
}
</style>