Shades of Dark Orchid #A237AB
Tints of Dark Orchid #A237AB
RGB
CMYK
RGB Variations
Color information
#A237AB (or 0xA237AB) is known color: Dark Orchid. HEX triplet: A2, 37 and AB. RGB value is (162,55,171). Sum of RGB (Red+Green+Blue) = 162+55+171=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #A237AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A237AB is #5DC854. Grayscale: #636363. Windows color (decimal): -6146133 or 11220898. OLE color: 11220898.
HSL color Cylindrical-coordinate representation of color #A237AB: hue angle of 295.34º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A237AB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 55 | 171 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.33 |
| HSL | 295.34º | 0.51% | 0.44% | - |
| HSV(B) | 295.34º | 0.68% | 0.67% | - |
| XYZ | 23.62 | 13.35 | 39.86 | - |
| YUV | 100.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 171 | 0.05 | 0.68 | 0 | 0.33 | 295.34 | 0.51 | 0.44 |
| Hex | A2 | 37 | AB | 5 | 44 | 0 | 21 | 127 | 33 | 2C |
| Octal | 242 | 67 | 253 | 5 | 104 | 0 | 41 | 447 | 63 | 54 |
| Binary | 10100010 | 110111 | 10101011 | 101 | 1000100 | 0 | 100001 | 100100111 | 110011 | 101100 |
Color Harmonies of #A237AB
Complementary color
Monochromatic Colors of #A237AB
Black with #A237AB
Text Example
Text Example
White with #A237AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A237AB; }
p { color: rgb(162,55,171); }
H1.HeaderClassName
{
color: #A237AB;
}
.AnyTagClassName
{
color: #A237AB;
}
</style>
background-color css
<style>
a { background-color: #A237AB; }
a { background-color: rgb(162,55,171); }
div.DivClassName
{
background-color: #A237AB;
}
.BgClassName
{
background-color: #A237AB;
}
</style>
border-color css
<style>
span { border-color: #A237AB; }
span { border-color: rgb(162,55,171); }
td.TdClassName
{
border-color: #A237AB;
}
.TagClassName
{
border-color: #A237AB;
}
</style>