Shades of Dark Orchid #A020BC
Tints of Dark Orchid #A020BC
RGB
CMYK
RGB Variations
Color information
#A020BC (or 0xA020BC) is known color: Dark Orchid. HEX triplet: A0, 20 and BC. RGB value is (160,32,188). Sum of RGB (Red+Green+Blue) = 160+32+188=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #A020BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020BC is #5FDF43. Grayscale: #575757. Windows color (decimal): -6283076 or 12329120. OLE color: 12329120.
HSL color Cylindrical-coordinate representation of color #A020BC: hue angle of 289.23º 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 #A020BC is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 32 | 188 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.26 |
| HSL | 289.23º | 0.71% | 0.43% | - |
| HSV(B) | 289.23º | 0.83% | 0.74% | - |
| XYZ | 24.09 | 12.14 | 48.65 | - |
| YUV | 88.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 188 | 0.15 | 0.83 | 0 | 0.26 | 289.23 | 0.71 | 0.43 |
| Hex | A0 | 20 | BC | F | 53 | 0 | 1A | 121 | 47 | 2B |
| Octal | 240 | 40 | 274 | 17 | 123 | 0 | 32 | 441 | 107 | 53 |
| Binary | 10100000 | 100000 | 10111100 | 1111 | 1010011 | 0 | 11010 | 100100001 | 1000111 | 101011 |
Color Harmonies of #A020BC
Complementary color
Monochromatic Colors of #A020BC
Black with #A020BC
Text Example
Text Example
White with #A020BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A020BC; }
p { color: rgb(160,32,188); }
H1.HeaderClassName
{
color: #A020BC;
}
.AnyTagClassName
{
color: #A020BC;
}
</style>
background-color css
<style>
a { background-color: #A020BC; }
a { background-color: rgb(160,32,188); }
div.DivClassName
{
background-color: #A020BC;
}
.BgClassName
{
background-color: #A020BC;
}
</style>
border-color css
<style>
span { border-color: #A020BC; }
span { border-color: rgb(160,32,188); }
td.TdClassName
{
border-color: #A020BC;
}
.TagClassName
{
border-color: #A020BC;
}
</style>