Shades of Dark Orchid #A236DD
Tints of Dark Orchid #A236DD
RGB
CMYK
RGB Variations
Color information
#A236DD (or 0xA236DD) is known color: Dark Orchid. HEX triplet: A2, 36 and DD. RGB value is (162,54,221). Sum of RGB (Red+Green+Blue) = 162+54+221=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #A236DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236DD is #5DC922. Grayscale: #686868. Windows color (decimal): -6146339 or 14497442. OLE color: 14497442.
HSL color Cylindrical-coordinate representation of color #A236DD: hue angle of 278.8º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A236DD is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 54 | 221 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.13 |
| HSL | 278.8º | 0.71% | 0.54% | - |
| HSV(B) | 278.8º | 0.76% | 0.87% | - |
| XYZ | 29.27 | 15.54 | 69.86 | - |
| YUV | 105.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 221 | 0.27 | 0.76 | 0 | 0.13 | 278.8 | 0.71 | 0.54 |
| Hex | A2 | 36 | DD | 1B | 4C | 0 | D | 117 | 47 | 36 |
| Octal | 242 | 66 | 335 | 33 | 114 | 0 | 15 | 427 | 107 | 66 |
| Binary | 10100010 | 110110 | 11011101 | 11011 | 1001100 | 0 | 1101 | 100010111 | 1000111 | 110110 |
Color Harmonies of #A236DD
Complementary color
Monochromatic Colors of #A236DD
Black with #A236DD
Text Example
Text Example
White with #A236DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236DD; }
p { color: rgb(162,54,221); }
H1.HeaderClassName
{
color: #A236DD;
}
.AnyTagClassName
{
color: #A236DD;
}
</style>
background-color css
<style>
a { background-color: #A236DD; }
a { background-color: rgb(162,54,221); }
div.DivClassName
{
background-color: #A236DD;
}
.BgClassName
{
background-color: #A236DD;
}
</style>
border-color css
<style>
span { border-color: #A236DD; }
span { border-color: rgb(162,54,221); }
td.TdClassName
{
border-color: #A236DD;
}
.TagClassName
{
border-color: #A236DD;
}
</style>