Shades of Dark Orchid #A237BD
Tints of Dark Orchid #A237BD
RGB
CMYK
RGB Variations
Color information
#A237BD (or 0xA237BD) is known color: Dark Orchid. HEX triplet: A2, 37 and BD. RGB value is (162,55,189). Sum of RGB (Red+Green+Blue) = 162+55+189=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #A237BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237BD is #5DC842. Grayscale: #656565. Windows color (decimal): -6146115 or 12400546. OLE color: 12400546.
HSL color Cylindrical-coordinate representation of color #A237BD: hue angle of 287.91º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A237BD is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 55 | 189 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.26 |
| HSL | 287.91º | 0.55% | 0.48% | - |
| HSV(B) | 287.91º | 0.71% | 0.74% | - |
| XYZ | 25.45 | 14.09 | 49.52 | - |
| YUV | 102.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 189 | 0.14 | 0.71 | 0 | 0.26 | 287.91 | 0.55 | 0.48 |
| Hex | A2 | 37 | BD | E | 47 | 0 | 1A | 120 | 37 | 30 |
| Octal | 242 | 67 | 275 | 16 | 107 | 0 | 32 | 440 | 67 | 60 |
| Binary | 10100010 | 110111 | 10111101 | 1110 | 1000111 | 0 | 11010 | 100100000 | 110111 | 110000 |
Color Harmonies of #A237BD
Complementary color
Monochromatic Colors of #A237BD
Black with #A237BD
Text Example
Text Example
White with #A237BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A237BD; }
p { color: rgb(162,55,189); }
H1.HeaderClassName
{
color: #A237BD;
}
.AnyTagClassName
{
color: #A237BD;
}
</style>
background-color css
<style>
a { background-color: #A237BD; }
a { background-color: rgb(162,55,189); }
div.DivClassName
{
background-color: #A237BD;
}
.BgClassName
{
background-color: #A237BD;
}
</style>
border-color css
<style>
span { border-color: #A237BD; }
span { border-color: rgb(162,55,189); }
td.TdClassName
{
border-color: #A237BD;
}
.TagClassName
{
border-color: #A237BD;
}
</style>