Shades of Dark Orchid #A836D8
Tints of Dark Orchid #A836D8
RGB
CMYK
RGB Variations
Color information
#A836D8 (or 0xA836D8) is known color: Dark Orchid. HEX triplet: A8, 36 and D8. RGB value is (168,54,216). Sum of RGB (Red+Green+Blue) = 168+54+216=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #A836D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836D8 is #57C927. Grayscale: #6A6A6A. Windows color (decimal): -5753128 or 14169768. OLE color: 14169768.
HSL color Cylindrical-coordinate representation of color #A836D8: hue angle of 282.22º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A836D8 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 54 | 216 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.15 |
| HSL | 282.22º | 0.68% | 0.53% | - |
| HSV(B) | 282.22º | 0.75% | 0.85% | - |
| XYZ | 29.86 | 15.92 | 66.46 | - |
| YUV | 106.55 | 189.77 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 216 | 0.22 | 0.75 | 0 | 0.15 | 282.22 | 0.68 | 0.53 |
| Hex | A8 | 36 | D8 | 16 | 4B | 0 | F | 11A | 44 | 35 |
| Octal | 250 | 66 | 330 | 26 | 113 | 0 | 17 | 432 | 104 | 65 |
| Binary | 10101000 | 110110 | 11011000 | 10110 | 1001011 | 0 | 1111 | 100011010 | 1000100 | 110101 |
Color Harmonies of #A836D8
Complementary color
Monochromatic Colors of #A836D8
Black with #A836D8
Text Example
Text Example
White with #A836D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836D8; }
p { color: rgb(168,54,216); }
H1.HeaderClassName
{
color: #A836D8;
}
.AnyTagClassName
{
color: #A836D8;
}
</style>
background-color css
<style>
a { background-color: #A836D8; }
a { background-color: rgb(168,54,216); }
div.DivClassName
{
background-color: #A836D8;
}
.BgClassName
{
background-color: #A836D8;
}
</style>
border-color css
<style>
span { border-color: #A836D8; }
span { border-color: rgb(168,54,216); }
td.TdClassName
{
border-color: #A836D8;
}
.TagClassName
{
border-color: #A836D8;
}
</style>