Shades of Dark Orchid #A020AB
Tints of Dark Orchid #A020AB
RGB
CMYK
RGB Variations
Color information
#A020AB (or 0xA020AB) is known color: Dark Orchid. HEX triplet: A0, 20 and AB. RGB value is (160,32,171). Sum of RGB (Red+Green+Blue) = 160+32+171=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #A020AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A020AB is #5FDF54. Grayscale: #555555. Windows color (decimal): -6283093 or 11215008. OLE color: 11215008.
HSL color Cylindrical-coordinate representation of color #A020AB: hue angle of 295.25º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A020AB is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 32 | 171 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.33 |
| HSL | 295.25º | 0.68% | 0.4% | - |
| HSV(B) | 295.25º | 0.81% | 0.67% | - |
| XYZ | 22.36 | 11.45 | 39.56 | - |
| YUV | 86.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 171 | 0.06 | 0.81 | 0 | 0.33 | 295.25 | 0.68 | 0.4 |
| Hex | A0 | 20 | AB | 6 | 51 | 0 | 21 | 127 | 44 | 28 |
| Octal | 240 | 40 | 253 | 6 | 121 | 0 | 41 | 447 | 104 | 50 |
| Binary | 10100000 | 100000 | 10101011 | 110 | 1010001 | 0 | 100001 | 100100111 | 1000100 | 101000 |
Color Harmonies of #A020AB
Complementary color
Monochromatic Colors of #A020AB
Black with #A020AB
Text Example
Text Example
White with #A020AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A020AB; }
p { color: rgb(160,32,171); }
H1.HeaderClassName
{
color: #A020AB;
}
.AnyTagClassName
{
color: #A020AB;
}
</style>
background-color css
<style>
a { background-color: #A020AB; }
a { background-color: rgb(160,32,171); }
div.DivClassName
{
background-color: #A020AB;
}
.BgClassName
{
background-color: #A020AB;
}
</style>
border-color css
<style>
span { border-color: #A020AB; }
span { border-color: rgb(160,32,171); }
td.TdClassName
{
border-color: #A020AB;
}
.TagClassName
{
border-color: #A020AB;
}
</style>