Shades of Medium Purple #A08CF3
Tints of Medium Purple #A08CF3
RGB
CMYK
RGB Variations
Color information
#A08CF3 (or 0xA08CF3) is known color: Medium Purple. HEX triplet: A0, 8C and F3. RGB value is (160,140,243). Sum of RGB (Red+Green+Blue) = 160+140+243=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #A08CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08CF3 is #5F730C. Grayscale: #9D9D9D. Windows color (decimal): -6255373 or 15961248. OLE color: 15961248.
HSL color Cylindrical-coordinate representation of color #A08CF3: hue angle of 251.65º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A08CF3 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 140 | 243 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.05 |
| HSL | 251.65º | 0.81% | 0.75% | - |
| HSV(B) | 251.65º | 0.42% | 0.95% | - |
| XYZ | 40.05 | 32.7 | 88.99 | - |
| YUV | 157.72 | 176.13 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 243 | 0.34 | 0.42 | 0 | 0.05 | 251.65 | 0.81 | 0.75 |
| Hex | A0 | 8C | F3 | 22 | 2A | 0 | 5 | FC | 51 | 4B |
| Octal | 240 | 214 | 363 | 42 | 52 | 0 | 5 | 374 | 121 | 113 |
| Binary | 10100000 | 10001100 | 11110011 | 100010 | 101010 | 0 | 101 | 11111100 | 1010001 | 1001011 |
Color Harmonies of #A08CF3
Complementary color
Monochromatic Colors of #A08CF3
Black with #A08CF3
Text Example
Text Example
White with #A08CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CF3; }
p { color: rgb(160,140,243); }
H1.HeaderClassName
{
color: #A08CF3;
}
.AnyTagClassName
{
color: #A08CF3;
}
</style>
background-color css
<style>
a { background-color: #A08CF3; }
a { background-color: rgb(160,140,243); }
div.DivClassName
{
background-color: #A08CF3;
}
.BgClassName
{
background-color: #A08CF3;
}
</style>
border-color css
<style>
span { border-color: #A08CF3; }
span { border-color: rgb(160,140,243); }
td.TdClassName
{
border-color: #A08CF3;
}
.TagClassName
{
border-color: #A08CF3;
}
</style>