Shades of Dark Orchid #A020BB
Tints of Dark Orchid #A020BB
RGB
CMYK
RGB Variations
Color information
#A020BB (or 0xA020BB) is known color: Dark Orchid. HEX triplet: A0, 20 and BB. RGB value is (160,32,187). Sum of RGB (Red+Green+Blue) = 160+32+187=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #A020BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020BB is #5FDF44. Grayscale: #575757. Windows color (decimal): -6283077 or 12263584. OLE color: 12263584.
HSL color Cylindrical-coordinate representation of color #A020BB: hue angle of 289.55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A020BB is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 32 | 187 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.27 |
| HSL | 289.55º | 0.71% | 0.43% | - |
| HSV(B) | 289.55º | 0.83% | 0.73% | - |
| XYZ | 23.98 | 12.09 | 48.08 | - |
| YUV | 87.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 187 | 0.14 | 0.83 | 0 | 0.27 | 289.55 | 0.71 | 0.43 |
| Hex | A0 | 20 | BB | E | 53 | 0 | 1B | 122 | 47 | 2B |
| Octal | 240 | 40 | 273 | 16 | 123 | 0 | 33 | 442 | 107 | 53 |
| Binary | 10100000 | 100000 | 10111011 | 1110 | 1010011 | 0 | 11011 | 100100010 | 1000111 | 101011 |
Color Harmonies of #A020BB
Complementary color
Monochromatic Colors of #A020BB
Black with #A020BB
Text Example
Text Example
White with #A020BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A020BB; }
p { color: rgb(160,32,187); }
H1.HeaderClassName
{
color: #A020BB;
}
.AnyTagClassName
{
color: #A020BB;
}
</style>
background-color css
<style>
a { background-color: #A020BB; }
a { background-color: rgb(160,32,187); }
div.DivClassName
{
background-color: #A020BB;
}
.BgClassName
{
background-color: #A020BB;
}
</style>
border-color css
<style>
span { border-color: #A020BB; }
span { border-color: rgb(160,32,187); }
td.TdClassName
{
border-color: #A020BB;
}
.TagClassName
{
border-color: #A020BB;
}
</style>