Shades of Medium Purple #A08AF0
Tints of Medium Purple #A08AF0
RGB
CMYK
RGB Variations
Color information
#A08AF0 (or 0xA08AF0) is known color: Medium Purple. HEX triplet: A0, 8A and F0. RGB value is (160,138,240). Sum of RGB (Red+Green+Blue) = 160+138+240=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #A08AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08AF0 is #5F750F. Grayscale: #9B9B9B. Windows color (decimal): -6255888 or 15764128. OLE color: 15764128.
HSL color Cylindrical-coordinate representation of color #A08AF0: hue angle of 252.94º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A08AF0 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 138 | 240 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.06 |
| HSL | 252.94º | 0.77% | 0.74% | - |
| HSV(B) | 252.94º | 0.43% | 0.94% | - |
| XYZ | 39.31 | 31.94 | 86.53 | - |
| YUV | 156.21 | 175.29 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 240 | 0.33 | 0.42 | 0 | 0.06 | 252.94 | 0.77 | 0.74 |
| Hex | A0 | 8A | F0 | 21 | 2A | 0 | 6 | FD | 4D | 4A |
| Octal | 240 | 212 | 360 | 41 | 52 | 0 | 6 | 375 | 115 | 112 |
| Binary | 10100000 | 10001010 | 11110000 | 100001 | 101010 | 0 | 110 | 11111101 | 1001101 | 1001010 |
Color Harmonies of #A08AF0
Complementary color
Monochromatic Colors of #A08AF0
Black with #A08AF0
Text Example
Text Example
White with #A08AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08AF0; }
p { color: rgb(160,138,240); }
H1.HeaderClassName
{
color: #A08AF0;
}
.AnyTagClassName
{
color: #A08AF0;
}
</style>
background-color css
<style>
a { background-color: #A08AF0; }
a { background-color: rgb(160,138,240); }
div.DivClassName
{
background-color: #A08AF0;
}
.BgClassName
{
background-color: #A08AF0;
}
</style>
border-color css
<style>
span { border-color: #A08AF0; }
span { border-color: rgb(160,138,240); }
td.TdClassName
{
border-color: #A08AF0;
}
.TagClassName
{
border-color: #A08AF0;
}
</style>