Shades of Medium Purple #A081DB
Tints of Medium Purple #A081DB
RGB
CMYK
RGB Variations
Color information
#A081DB (or 0xA081DB) is known color: Medium Purple. HEX triplet: A0, 81 and DB. RGB value is (160,129,219). Sum of RGB (Red+Green+Blue) = 160+129+219=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #A081DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081DB is #5F7E24. Grayscale: #949494. Windows color (decimal): -6258213 or 14385568. OLE color: 14385568.
HSL color Cylindrical-coordinate representation of color #A081DB: hue angle of 260.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A081DB is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 129 | 219 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.14 |
| HSL | 260.67º | 0.56% | 0.68% | - |
| HSV(B) | 260.67º | 0.41% | 0.86% | - |
| XYZ | 35.13 | 28.29 | 70.63 | - |
| YUV | 148.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 219 | 0.27 | 0.41 | 0 | 0.14 | 260.67 | 0.56 | 0.68 |
| Hex | A0 | 81 | DB | 1B | 29 | 0 | E | 105 | 38 | 44 |
| Octal | 240 | 201 | 333 | 33 | 51 | 0 | 16 | 405 | 70 | 104 |
| Binary | 10100000 | 10000001 | 11011011 | 11011 | 101001 | 0 | 1110 | 100000101 | 111000 | 1000100 |
Color Harmonies of #A081DB
Complementary color
Monochromatic Colors of #A081DB
Black with #A081DB
Text Example
Text Example
White with #A081DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A081DB; }
p { color: rgb(160,129,219); }
H1.HeaderClassName
{
color: #A081DB;
}
.AnyTagClassName
{
color: #A081DB;
}
</style>
background-color css
<style>
a { background-color: #A081DB; }
a { background-color: rgb(160,129,219); }
div.DivClassName
{
background-color: #A081DB;
}
.BgClassName
{
background-color: #A081DB;
}
</style>
border-color css
<style>
span { border-color: #A081DB; }
span { border-color: rgb(160,129,219); }
td.TdClassName
{
border-color: #A081DB;
}
.TagClassName
{
border-color: #A081DB;
}
</style>