Shades of Dark Orchid #A237DC
Tints of Dark Orchid #A237DC
RGB
CMYK
RGB Variations
Color information
#A237DC (or 0xA237DC) is known color: Dark Orchid. HEX triplet: A2, 37 and DC. RGB value is (162,55,220). Sum of RGB (Red+Green+Blue) = 162+55+220=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #A237DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237DC is #5DC823. Grayscale: #696969. Windows color (decimal): -6146084 or 14432162. OLE color: 14432162.
HSL color Cylindrical-coordinate representation of color #A237DC: hue angle of 278.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A237DC is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 55 | 220 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.14 |
| HSL | 278.91º | 0.7% | 0.54% | - |
| HSV(B) | 278.91º | 0.75% | 0.86% | - |
| XYZ | 29.18 | 15.58 | 69.18 | - |
| YUV | 105.8 | 192.45 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 220 | 0.26 | 0.75 | 0 | 0.14 | 278.91 | 0.7 | 0.54 |
| Hex | A2 | 37 | DC | 1A | 4B | 0 | E | 117 | 46 | 36 |
| Octal | 242 | 67 | 334 | 32 | 113 | 0 | 16 | 427 | 106 | 66 |
| Binary | 10100010 | 110111 | 11011100 | 11010 | 1001011 | 0 | 1110 | 100010111 | 1000110 | 110110 |
Color Harmonies of #A237DC
Complementary color
Monochromatic Colors of #A237DC
Black with #A237DC
Text Example
Text Example
White with #A237DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A237DC; }
p { color: rgb(162,55,220); }
H1.HeaderClassName
{
color: #A237DC;
}
.AnyTagClassName
{
color: #A237DC;
}
</style>
background-color css
<style>
a { background-color: #A237DC; }
a { background-color: rgb(162,55,220); }
div.DivClassName
{
background-color: #A237DC;
}
.BgClassName
{
background-color: #A237DC;
}
</style>
border-color css
<style>
span { border-color: #A237DC; }
span { border-color: rgb(162,55,220); }
td.TdClassName
{
border-color: #A237DC;
}
.TagClassName
{
border-color: #A237DC;
}
</style>