Shades of Dark Orchid #A031BC
Tints of Dark Orchid #A031BC
RGB
CMYK
RGB Variations
Color information
#A031BC (or 0xA031BC) is known color: Dark Orchid. HEX triplet: A0, 31 and BC. RGB value is (160,49,188). Sum of RGB (Red+Green+Blue) = 160+49+188=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #A031BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A031BC is #5FCE43. Grayscale: #616161. Windows color (decimal): -6278724 or 12333472. OLE color: 12333472.
HSL color Cylindrical-coordinate representation of color #A031BC: hue angle of 287.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A031BC is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 49 | 188 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.26 |
| HSL | 287.91º | 0.59% | 0.46% | - |
| HSV(B) | 287.91º | 0.74% | 0.74% | - |
| XYZ | 24.67 | 13.3 | 48.84 | - |
| YUV | 98.04 | 178.77 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 188 | 0.15 | 0.74 | 0 | 0.26 | 287.91 | 0.59 | 0.46 |
| Hex | A0 | 31 | BC | F | 4A | 0 | 1A | 120 | 3B | 2E |
| Octal | 240 | 61 | 274 | 17 | 112 | 0 | 32 | 440 | 73 | 56 |
| Binary | 10100000 | 110001 | 10111100 | 1111 | 1001010 | 0 | 11010 | 100100000 | 111011 | 101110 |
Color Harmonies of #A031BC
Complementary color
Monochromatic Colors of #A031BC
Black with #A031BC
Text Example
Text Example
White with #A031BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A031BC; }
p { color: rgb(160,49,188); }
H1.HeaderClassName
{
color: #A031BC;
}
.AnyTagClassName
{
color: #A031BC;
}
</style>
background-color css
<style>
a { background-color: #A031BC; }
a { background-color: rgb(160,49,188); }
div.DivClassName
{
background-color: #A031BC;
}
.BgClassName
{
background-color: #A031BC;
}
</style>
border-color css
<style>
span { border-color: #A031BC; }
span { border-color: rgb(160,49,188); }
td.TdClassName
{
border-color: #A031BC;
}
.TagClassName
{
border-color: #A031BC;
}
</style>