Shades of Medium Purple #A081EF
Tints of Medium Purple #A081EF
RGB
CMYK
RGB Variations
Color information
#A081EF (or 0xA081EF) is known color: Medium Purple. HEX triplet: A0, 81 and EF. RGB value is (160,129,239). Sum of RGB (Red+Green+Blue) = 160+129+239=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #A081EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081EF is #5F7E10. Grayscale: #969696. Windows color (decimal): -6258193 or 15696288. OLE color: 15696288.
HSL color Cylindrical-coordinate representation of color #A081EF: hue angle of 256.91º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A081EF is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 129 | 239 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.06 |
| HSL | 256.91º | 0.77% | 0.72% | - |
| HSV(B) | 256.91º | 0.46% | 0.94% | - |
| XYZ | 37.93 | 29.41 | 85.34 | - |
| YUV | 150.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 239 | 0.33 | 0.46 | 0 | 0.06 | 256.91 | 0.77 | 0.72 |
| Hex | A0 | 81 | EF | 21 | 2E | 0 | 6 | 101 | 4D | 48 |
| Octal | 240 | 201 | 357 | 41 | 56 | 0 | 6 | 401 | 115 | 110 |
| Binary | 10100000 | 10000001 | 11101111 | 100001 | 101110 | 0 | 110 | 100000001 | 1001101 | 1001000 |
Color Harmonies of #A081EF
Complementary color
Monochromatic Colors of #A081EF
Black with #A081EF
Text Example
Text Example
White with #A081EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A081EF; }
p { color: rgb(160,129,239); }
H1.HeaderClassName
{
color: #A081EF;
}
.AnyTagClassName
{
color: #A081EF;
}
</style>
background-color css
<style>
a { background-color: #A081EF; }
a { background-color: rgb(160,129,239); }
div.DivClassName
{
background-color: #A081EF;
}
.BgClassName
{
background-color: #A081EF;
}
</style>
border-color css
<style>
span { border-color: #A081EF; }
span { border-color: rgb(160,129,239); }
td.TdClassName
{
border-color: #A081EF;
}
.TagClassName
{
border-color: #A081EF;
}
</style>