Shades of Dark Orchid #A120BC
Tints of Dark Orchid #A120BC
RGB
CMYK
RGB Variations
Color information
#A120BC (or 0xA120BC) is known color: Dark Orchid. HEX triplet: A1, 20 and BC. RGB value is (161,32,188). Sum of RGB (Red+Green+Blue) = 161+32+188=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #A120BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A120BC is #5EDF43. Grayscale: #575757. Windows color (decimal): -6217540 or 12329121. OLE color: 12329121.
HSL color Cylindrical-coordinate representation of color #A120BC: hue angle of 289.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A120BC is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 32 | 188 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.26 |
| HSL | 289.62º | 0.71% | 0.43% | - |
| HSV(B) | 289.62º | 0.83% | 0.74% | - |
| XYZ | 24.29 | 12.24 | 48.66 | - |
| YUV | 88.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 188 | 0.14 | 0.83 | 0 | 0.26 | 289.62 | 0.71 | 0.43 |
| Hex | A1 | 20 | BC | E | 53 | 0 | 1A | 122 | 47 | 2B |
| Octal | 241 | 40 | 274 | 16 | 123 | 0 | 32 | 442 | 107 | 53 |
| Binary | 10100001 | 100000 | 10111100 | 1110 | 1010011 | 0 | 11010 | 100100010 | 1000111 | 101011 |
Color Harmonies of #A120BC
Complementary color
Monochromatic Colors of #A120BC
Black with #A120BC
Text Example
Text Example
White with #A120BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A120BC; }
p { color: rgb(161,32,188); }
H1.HeaderClassName
{
color: #A120BC;
}
.AnyTagClassName
{
color: #A120BC;
}
</style>
background-color css
<style>
a { background-color: #A120BC; }
a { background-color: rgb(161,32,188); }
div.DivClassName
{
background-color: #A120BC;
}
.BgClassName
{
background-color: #A120BC;
}
</style>
border-color css
<style>
span { border-color: #A120BC; }
span { border-color: rgb(161,32,188); }
td.TdClassName
{
border-color: #A120BC;
}
.TagClassName
{
border-color: #A120BC;
}
</style>