Shades of Medium Purple #A08AF1
Tints of Medium Purple #A08AF1
RGB
CMYK
RGB Variations
Color information
#A08AF1 (or 0xA08AF1) is known color: Medium Purple. HEX triplet: A0, 8A and F1. RGB value is (160,138,241). Sum of RGB (Red+Green+Blue) = 160+138+241=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #A08AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08AF1 is #5F750E. Grayscale: #9B9B9B. Windows color (decimal): -6255887 or 15829664. OLE color: 15829664.
HSL color Cylindrical-coordinate representation of color #A08AF1: hue angle of 252.82º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A08AF1 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 138 | 241 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.05 |
| HSL | 252.82º | 0.79% | 0.74% | - |
| HSV(B) | 252.82º | 0.43% | 0.95% | - |
| XYZ | 39.46 | 32 | 87.32 | - |
| YUV | 156.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 241 | 0.34 | 0.43 | 0 | 0.05 | 252.82 | 0.79 | 0.74 |
| Hex | A0 | 8A | F1 | 22 | 2B | 0 | 5 | FD | 4F | 4A |
| Octal | 240 | 212 | 361 | 42 | 53 | 0 | 5 | 375 | 117 | 112 |
| Binary | 10100000 | 10001010 | 11110001 | 100010 | 101011 | 0 | 101 | 11111101 | 1001111 | 1001010 |
Color Harmonies of #A08AF1
Complementary color
Monochromatic Colors of #A08AF1
Black with #A08AF1
Text Example
Text Example
White with #A08AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08AF1; }
p { color: rgb(160,138,241); }
H1.HeaderClassName
{
color: #A08AF1;
}
.AnyTagClassName
{
color: #A08AF1;
}
</style>
background-color css
<style>
a { background-color: #A08AF1; }
a { background-color: rgb(160,138,241); }
div.DivClassName
{
background-color: #A08AF1;
}
.BgClassName
{
background-color: #A08AF1;
}
</style>
border-color css
<style>
span { border-color: #A08AF1; }
span { border-color: rgb(160,138,241); }
td.TdClassName
{
border-color: #A08AF1;
}
.TagClassName
{
border-color: #A08AF1;
}
</style>