Shades of Medium Purple #A081E0
Tints of Medium Purple #A081E0
RGB
CMYK
RGB Variations
Color information
#A081E0 (or 0xA081E0) is known color: Medium Purple. HEX triplet: A0, 81 and E0. RGB value is (160,129,224). Sum of RGB (Red+Green+Blue) = 160+129+224=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #A081E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081E0 is #5F7E1F. Grayscale: #949494. Windows color (decimal): -6258208 or 14713248. OLE color: 14713248.
HSL color Cylindrical-coordinate representation of color #A081E0: hue angle of 259.58º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A081E0 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 129 | 224 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.12 |
| HSL | 259.58º | 0.61% | 0.69% | - |
| HSV(B) | 259.58º | 0.42% | 0.88% | - |
| XYZ | 35.8 | 28.56 | 74.15 | - |
| YUV | 149.1 | 170.27 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 224 | 0.29 | 0.42 | 0 | 0.12 | 259.58 | 0.61 | 0.69 |
| Hex | A0 | 81 | E0 | 1D | 2A | 0 | C | 104 | 3D | 45 |
| Octal | 240 | 201 | 340 | 35 | 52 | 0 | 14 | 404 | 75 | 105 |
| Binary | 10100000 | 10000001 | 11100000 | 11101 | 101010 | 0 | 1100 | 100000100 | 111101 | 1000101 |
Color Harmonies of #A081E0
Complementary color
Monochromatic Colors of #A081E0
Black with #A081E0
Text Example
Text Example
White with #A081E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A081E0; }
p { color: rgb(160,129,224); }
H1.HeaderClassName
{
color: #A081E0;
}
.AnyTagClassName
{
color: #A081E0;
}
</style>
background-color css
<style>
a { background-color: #A081E0; }
a { background-color: rgb(160,129,224); }
div.DivClassName
{
background-color: #A081E0;
}
.BgClassName
{
background-color: #A081E0;
}
</style>
border-color css
<style>
span { border-color: #A081E0; }
span { border-color: rgb(160,129,224); }
td.TdClassName
{
border-color: #A081E0;
}
.TagClassName
{
border-color: #A081E0;
}
</style>