Shades of Dark Orchid #A836D2
Tints of Dark Orchid #A836D2
RGB
CMYK
RGB Variations
Color information
#A836D2 (or 0xA836D2) is known color: Dark Orchid. HEX triplet: A8, 36 and D2. RGB value is (168,54,210). Sum of RGB (Red+Green+Blue) = 168+54+210=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 210 - color contains mainly: blue. Hex color #A836D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836D2 is #57C92D. Grayscale: #696969. Windows color (decimal): -5753134 or 13776552. OLE color: 13776552.
HSL color Cylindrical-coordinate representation of color #A836D2: hue angle of 283.85º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A836D2 is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 54 | 210 | - |
| CMYK | 0.2 | 0.74 | 0 | 0.18 |
| HSL | 283.85º | 0.63% | 0.52% | - |
| HSV(B) | 283.85º | 0.74% | 0.82% | - |
| XYZ | 29.1 | 15.62 | 62.45 | - |
| YUV | 105.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 210 | 0.2 | 0.74 | 0 | 0.18 | 283.85 | 0.63 | 0.52 |
| Hex | A8 | 36 | D2 | 14 | 4A | 0 | 12 | 11C | 3F | 34 |
| Octal | 250 | 66 | 322 | 24 | 112 | 0 | 22 | 434 | 77 | 64 |
| Binary | 10101000 | 110110 | 11010010 | 10100 | 1001010 | 0 | 10010 | 100011100 | 111111 | 110100 |
Color Harmonies of #A836D2
Complementary color
Monochromatic Colors of #A836D2
Black with #A836D2
Text Example
Text Example
White with #A836D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836D2; }
p { color: rgb(168,54,210); }
H1.HeaderClassName
{
color: #A836D2;
}
.AnyTagClassName
{
color: #A836D2;
}
</style>
background-color css
<style>
a { background-color: #A836D2; }
a { background-color: rgb(168,54,210); }
div.DivClassName
{
background-color: #A836D2;
}
.BgClassName
{
background-color: #A836D2;
}
</style>
border-color css
<style>
span { border-color: #A836D2; }
span { border-color: rgb(168,54,210); }
td.TdClassName
{
border-color: #A836D2;
}
.TagClassName
{
border-color: #A836D2;
}
</style>