Shades of Dark Orchid #A236D9
Tints of Dark Orchid #A236D9
RGB
CMYK
RGB Variations
Color information
#A236D9 (or 0xA236D9) is known color: Dark Orchid. HEX triplet: A2, 36 and D9. RGB value is (162,54,217). Sum of RGB (Red+Green+Blue) = 162+54+217=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #A236D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236D9 is #5DC926. Grayscale: #686868. Windows color (decimal): -6146343 or 14235298. OLE color: 14235298.
HSL color Cylindrical-coordinate representation of color #A236D9: hue angle of 279.75º 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 #A236D9 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 54 | 217 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.15 |
| HSL | 279.75º | 0.68% | 0.53% | - |
| HSV(B) | 279.75º | 0.75% | 0.85% | - |
| XYZ | 28.74 | 15.33 | 67.09 | - |
| YUV | 104.87 | 191.28 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 217 | 0.25 | 0.75 | 0 | 0.15 | 279.75 | 0.68 | 0.53 |
| Hex | A2 | 36 | D9 | 19 | 4B | 0 | F | 118 | 44 | 35 |
| Octal | 242 | 66 | 331 | 31 | 113 | 0 | 17 | 430 | 104 | 65 |
| Binary | 10100010 | 110110 | 11011001 | 11001 | 1001011 | 0 | 1111 | 100011000 | 1000100 | 110101 |
Color Harmonies of #A236D9
Complementary color
Monochromatic Colors of #A236D9
Black with #A236D9
Text Example
Text Example
White with #A236D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236D9; }
p { color: rgb(162,54,217); }
H1.HeaderClassName
{
color: #A236D9;
}
.AnyTagClassName
{
color: #A236D9;
}
</style>
background-color css
<style>
a { background-color: #A236D9; }
a { background-color: rgb(162,54,217); }
div.DivClassName
{
background-color: #A236D9;
}
.BgClassName
{
background-color: #A236D9;
}
</style>
border-color css
<style>
span { border-color: #A236D9; }
span { border-color: rgb(162,54,217); }
td.TdClassName
{
border-color: #A236D9;
}
.TagClassName
{
border-color: #A236D9;
}
</style>