Shades of Medium Purple #A081F3
Tints of Medium Purple #A081F3
RGB
CMYK
RGB Variations
Color information
#A081F3 (or 0xA081F3) is known color: Medium Purple. HEX triplet: A0, 81 and F3. RGB value is (160,129,243). Sum of RGB (Red+Green+Blue) = 160+129+243=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #A081F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081F3 is #5F7E0C. Grayscale: #969696. Windows color (decimal): -6258189 or 15958432. OLE color: 15958432.
HSL color Cylindrical-coordinate representation of color #A081F3: hue angle of 256.32º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A081F3 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 129 | 243 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.05 |
| HSL | 256.32º | 0.83% | 0.73% | - |
| HSV(B) | 256.32º | 0.47% | 0.95% | - |
| XYZ | 38.53 | 29.65 | 88.49 | - |
| YUV | 151.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 243 | 0.34 | 0.47 | 0 | 0.05 | 256.32 | 0.83 | 0.73 |
| Hex | A0 | 81 | F3 | 22 | 2F | 0 | 5 | 100 | 53 | 49 |
| Octal | 240 | 201 | 363 | 42 | 57 | 0 | 5 | 400 | 123 | 111 |
| Binary | 10100000 | 10000001 | 11110011 | 100010 | 101111 | 0 | 101 | 100000000 | 1010011 | 1001001 |
Color Harmonies of #A081F3
Complementary color
Monochromatic Colors of #A081F3
Black with #A081F3
Text Example
Text Example
White with #A081F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A081F3; }
p { color: rgb(160,129,243); }
H1.HeaderClassName
{
color: #A081F3;
}
.AnyTagClassName
{
color: #A081F3;
}
</style>
background-color css
<style>
a { background-color: #A081F3; }
a { background-color: rgb(160,129,243); }
div.DivClassName
{
background-color: #A081F3;
}
.BgClassName
{
background-color: #A081F3;
}
</style>
border-color css
<style>
span { border-color: #A081F3; }
span { border-color: rgb(160,129,243); }
td.TdClassName
{
border-color: #A081F3;
}
.TagClassName
{
border-color: #A081F3;
}
</style>