Shades of Medium Purple #A08BEF
Tints of Medium Purple #A08BEF
RGB
CMYK
RGB Variations
Color information
#A08BEF (or 0xA08BEF) is known color: Medium Purple. HEX triplet: A0, 8B and EF. RGB value is (160,139,239). Sum of RGB (Red+Green+Blue) = 160+139+239=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #A08BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BEF is #5F7410. Grayscale: #9C9C9C. Windows color (decimal): -6255633 or 15698848. OLE color: 15698848.
HSL color Cylindrical-coordinate representation of color #A08BEF: hue angle of 252.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A08BEF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 139 | 239 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.06 |
| HSL | 252.6º | 0.76% | 0.74% | - |
| HSV(B) | 252.6º | 0.42% | 0.94% | - |
| XYZ | 39.31 | 32.17 | 85.8 | - |
| YUV | 156.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 239 | 0.33 | 0.42 | 0 | 0.06 | 252.6 | 0.76 | 0.74 |
| Hex | A0 | 8B | EF | 21 | 2A | 0 | 6 | FD | 4C | 4A |
| Octal | 240 | 213 | 357 | 41 | 52 | 0 | 6 | 375 | 114 | 112 |
| Binary | 10100000 | 10001011 | 11101111 | 100001 | 101010 | 0 | 110 | 11111101 | 1001100 | 1001010 |
Color Harmonies of #A08BEF
Complementary color
Monochromatic Colors of #A08BEF
Black with #A08BEF
Text Example
Text Example
White with #A08BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BEF; }
p { color: rgb(160,139,239); }
H1.HeaderClassName
{
color: #A08BEF;
}
.AnyTagClassName
{
color: #A08BEF;
}
</style>
background-color css
<style>
a { background-color: #A08BEF; }
a { background-color: rgb(160,139,239); }
div.DivClassName
{
background-color: #A08BEF;
}
.BgClassName
{
background-color: #A08BEF;
}
</style>
border-color css
<style>
span { border-color: #A08BEF; }
span { border-color: rgb(160,139,239); }
td.TdClassName
{
border-color: #A08BEF;
}
.TagClassName
{
border-color: #A08BEF;
}
</style>