Shades of Dark Orchid #A131BC
Tints of Dark Orchid #A131BC
RGB
CMYK
RGB Variations
Color information
#A131BC (or 0xA131BC) is known color: Dark Orchid. HEX triplet: A1, 31 and BC. RGB value is (161,49,188). Sum of RGB (Red+Green+Blue) = 161+49+188=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #A131BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A131BC is #5ECE43. Grayscale: #616161. Windows color (decimal): -6213188 or 12333473. OLE color: 12333473.
HSL color Cylindrical-coordinate representation of color #A131BC: hue angle of 288.35º 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 #A131BC is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 49 | 188 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.26 |
| HSL | 288.35º | 0.59% | 0.46% | - |
| HSV(B) | 288.35º | 0.74% | 0.74% | - |
| XYZ | 24.87 | 13.4 | 48.85 | - |
| YUV | 98.33 | 178.61 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 188 | 0.14 | 0.74 | 0 | 0.26 | 288.35 | 0.59 | 0.46 |
| Hex | A1 | 31 | BC | E | 4A | 0 | 1A | 120 | 3B | 2E |
| Octal | 241 | 61 | 274 | 16 | 112 | 0 | 32 | 440 | 73 | 56 |
| Binary | 10100001 | 110001 | 10111100 | 1110 | 1001010 | 0 | 11010 | 100100000 | 111011 | 101110 |
Color Harmonies of #A131BC
Complementary color
Monochromatic Colors of #A131BC
Black with #A131BC
Text Example
Text Example
White with #A131BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131BC; }
p { color: rgb(161,49,188); }
H1.HeaderClassName
{
color: #A131BC;
}
.AnyTagClassName
{
color: #A131BC;
}
</style>
background-color css
<style>
a { background-color: #A131BC; }
a { background-color: rgb(161,49,188); }
div.DivClassName
{
background-color: #A131BC;
}
.BgClassName
{
background-color: #A131BC;
}
</style>
border-color css
<style>
span { border-color: #A131BC; }
span { border-color: rgb(161,49,188); }
td.TdClassName
{
border-color: #A131BC;
}
.TagClassName
{
border-color: #A131BC;
}
</style>