Shades of Dark Orchid #A237CB
Tints of Dark Orchid #A237CB
RGB
CMYK
RGB Variations
Color information
#A237CB (or 0xA237CB) is known color: Dark Orchid. HEX triplet: A2, 37 and CB. RGB value is (162,55,203). Sum of RGB (Red+Green+Blue) = 162+55+203=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #A237CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237CB is #5DC834. Grayscale: #676767. Windows color (decimal): -6146101 or 13318050. OLE color: 13318050.
HSL color Cylindrical-coordinate representation of color #A237CB: hue angle of 283.38º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A237CB is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 55 | 203 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.20 |
| HSL | 283.38º | 0.59% | 0.51% | - |
| HSV(B) | 283.38º | 0.73% | 0.8% | - |
| XYZ | 27.05 | 14.73 | 57.92 | - |
| YUV | 103.87 | 183.95 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 203 | 0.20 | 0.73 | 0 | 0.20 | 283.38 | 0.59 | 0.51 |
| Hex | A2 | 37 | CB | 14 | 49 | 0 | 14 | 11B | 3B | 33 |
| Octal | 242 | 67 | 313 | 24 | 111 | 0 | 24 | 433 | 73 | 63 |
| Binary | 10100010 | 110111 | 11001011 | 10100 | 1001001 | 0 | 10100 | 100011011 | 111011 | 110011 |
Color Harmonies of #A237CB
Complementary color
Monochromatic Colors of #A237CB
Black with #A237CB
Text Example
Text Example
White with #A237CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A237CB; }
p { color: rgb(162,55,203); }
H1.HeaderClassName
{
color: #A237CB;
}
.AnyTagClassName
{
color: #A237CB;
}
</style>
background-color css
<style>
a { background-color: #A237CB; }
a { background-color: rgb(162,55,203); }
div.DivClassName
{
background-color: #A237CB;
}
.BgClassName
{
background-color: #A237CB;
}
</style>
border-color css
<style>
span { border-color: #A237CB; }
span { border-color: rgb(162,55,203); }
td.TdClassName
{
border-color: #A237CB;
}
.TagClassName
{
border-color: #A237CB;
}
</style>