Shades of Dark Orchid #A120DB
Tints of Dark Orchid #A120DB
RGB
CMYK
RGB Variations
Color information
#A120DB (or 0xA120DB) is known color: Dark Orchid. HEX triplet: A1, 20 and DB. RGB value is (161,32,219). Sum of RGB (Red+Green+Blue) = 161+32+219=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #A120DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A120DB is #5EDF24. Grayscale: #5B5B5B. Windows color (decimal): -6217509 or 14360737. OLE color: 14360737.
HSL color Cylindrical-coordinate representation of color #A120DB: hue angle of 281.39º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A120DB is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 32 | 219 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.14 |
| HSL | 281.39º | 0.75% | 0.49% | - |
| HSV(B) | 281.39º | 0.85% | 0.86% | - |
| XYZ | 28 | 13.72 | 68.19 | - |
| YUV | 91.89 | 199.74 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 219 | 0.26 | 0.85 | 0 | 0.14 | 281.39 | 0.75 | 0.49 |
| Hex | A1 | 20 | DB | 1A | 55 | 0 | E | 119 | 4B | 31 |
| Octal | 241 | 40 | 333 | 32 | 125 | 0 | 16 | 431 | 113 | 61 |
| Binary | 10100001 | 100000 | 11011011 | 11010 | 1010101 | 0 | 1110 | 100011001 | 1001011 | 110001 |
Color Harmonies of #A120DB
Complementary color
Monochromatic Colors of #A120DB
Black with #A120DB
Text Example
Text Example
White with #A120DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A120DB; }
p { color: rgb(161,32,219); }
H1.HeaderClassName
{
color: #A120DB;
}
.AnyTagClassName
{
color: #A120DB;
}
</style>
background-color css
<style>
a { background-color: #A120DB; }
a { background-color: rgb(161,32,219); }
div.DivClassName
{
background-color: #A120DB;
}
.BgClassName
{
background-color: #A120DB;
}
</style>
border-color css
<style>
span { border-color: #A120DB; }
span { border-color: rgb(161,32,219); }
td.TdClassName
{
border-color: #A120DB;
}
.TagClassName
{
border-color: #A120DB;
}
</style>