Shades of Dark Orchid #A237CF
Tints of Dark Orchid #A237CF
RGB
CMYK
RGB Variations
Color information
#A237CF (or 0xA237CF) is known color: Dark Orchid. HEX triplet: A2, 37 and CF. RGB value is (162,55,207). Sum of RGB (Red+Green+Blue) = 162+55+207=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #A237CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237CF is #5DC830. Grayscale: #676767. Windows color (decimal): -6146097 or 13580194. OLE color: 13580194.
HSL color Cylindrical-coordinate representation of color #A237CF: hue angle of 282.24º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A237CF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 55 | 207 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.19 |
| HSL | 282.24º | 0.61% | 0.51% | - |
| HSV(B) | 282.24º | 0.73% | 0.81% | - |
| XYZ | 27.53 | 14.92 | 60.46 | - |
| YUV | 104.32 | 185.95 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 207 | 0.22 | 0.73 | 0 | 0.19 | 282.24 | 0.61 | 0.51 |
| Hex | A2 | 37 | CF | 16 | 49 | 0 | 13 | 11A | 3D | 33 |
| Octal | 242 | 67 | 317 | 26 | 111 | 0 | 23 | 432 | 75 | 63 |
| Binary | 10100010 | 110111 | 11001111 | 10110 | 1001001 | 0 | 10011 | 100011010 | 111101 | 110011 |
Color Harmonies of #A237CF
Complementary color
Monochromatic Colors of #A237CF
Black with #A237CF
Text Example
Text Example
White with #A237CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A237CF; }
p { color: rgb(162,55,207); }
H1.HeaderClassName
{
color: #A237CF;
}
.AnyTagClassName
{
color: #A237CF;
}
</style>
background-color css
<style>
a { background-color: #A237CF; }
a { background-color: rgb(162,55,207); }
div.DivClassName
{
background-color: #A237CF;
}
.BgClassName
{
background-color: #A237CF;
}
</style>
border-color css
<style>
span { border-color: #A237CF; }
span { border-color: rgb(162,55,207); }
td.TdClassName
{
border-color: #A237CF;
}
.TagClassName
{
border-color: #A237CF;
}
</style>