Shades of Dark Orchid #A236D0
Tints of Dark Orchid #A236D0
RGB
CMYK
RGB Variations
Color information
#A236D0 (or 0xA236D0) is known color: Dark Orchid. HEX triplet: A2, 36 and D0. RGB value is (162,54,208). Sum of RGB (Red+Green+Blue) = 162+54+208=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #A236D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236D0 is #5DC92F. Grayscale: #676767. Windows color (decimal): -6146352 or 13645474. OLE color: 13645474.
HSL color Cylindrical-coordinate representation of color #A236D0: hue angle of 282.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A236D0 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 54 | 208 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.18 |
| HSL | 282.08º | 0.62% | 0.51% | - |
| HSV(B) | 282.08º | 0.74% | 0.82% | - |
| XYZ | 27.6 | 14.87 | 61.09 | - |
| YUV | 103.85 | 186.78 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 208 | 0.22 | 0.74 | 0 | 0.18 | 282.08 | 0.62 | 0.51 |
| Hex | A2 | 36 | D0 | 16 | 4A | 0 | 12 | 11A | 3E | 33 |
| Octal | 242 | 66 | 320 | 26 | 112 | 0 | 22 | 432 | 76 | 63 |
| Binary | 10100010 | 110110 | 11010000 | 10110 | 1001010 | 0 | 10010 | 100011010 | 111110 | 110011 |
Color Harmonies of #A236D0
Complementary color
Monochromatic Colors of #A236D0
Black with #A236D0
Text Example
Text Example
White with #A236D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236D0; }
p { color: rgb(162,54,208); }
H1.HeaderClassName
{
color: #A236D0;
}
.AnyTagClassName
{
color: #A236D0;
}
</style>
background-color css
<style>
a { background-color: #A236D0; }
a { background-color: rgb(162,54,208); }
div.DivClassName
{
background-color: #A236D0;
}
.BgClassName
{
background-color: #A236D0;
}
</style>
border-color css
<style>
span { border-color: #A236D0; }
span { border-color: rgb(162,54,208); }
td.TdClassName
{
border-color: #A236D0;
}
.TagClassName
{
border-color: #A236D0;
}
</style>