Shades of Medium Purple #A05BEB
Tints of Medium Purple #A05BEB
RGB
CMYK
RGB Variations
Color information
#A05BEB (or 0xA05BEB) is known color: Medium Purple. HEX triplet: A0, 5B and EB. RGB value is (160,91,235). Sum of RGB (Red+Green+Blue) = 160+91+235=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #A05BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05BEB is #5FA414. Grayscale: #7F7F7F. Windows color (decimal): -6267925 or 15424416. OLE color: 15424416.
HSL color Cylindrical-coordinate representation of color #A05BEB: hue angle of 268.75º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A05BEB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 91 | 235 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.08 |
| HSL | 268.75º | 0.78% | 0.64% | - |
| HSV(B) | 268.75º | 0.61% | 0.92% | - |
| XYZ | 33.23 | 20.95 | 80.89 | - |
| YUV | 128.05 | 188.36 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 235 | 0.32 | 0.61 | 0 | 0.08 | 268.75 | 0.78 | 0.64 |
| Hex | A0 | 5B | EB | 20 | 3D | 0 | 8 | 10D | 4E | 40 |
| Octal | 240 | 133 | 353 | 40 | 75 | 0 | 10 | 415 | 116 | 100 |
| Binary | 10100000 | 1011011 | 11101011 | 100000 | 111101 | 0 | 1000 | 100001101 | 1001110 | 1000000 |
Color Harmonies of #A05BEB
Complementary color
Monochromatic Colors of #A05BEB
Black with #A05BEB
Text Example
Text Example
White with #A05BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BEB; }
p { color: rgb(160,91,235); }
H1.HeaderClassName
{
color: #A05BEB;
}
.AnyTagClassName
{
color: #A05BEB;
}
</style>
background-color css
<style>
a { background-color: #A05BEB; }
a { background-color: rgb(160,91,235); }
div.DivClassName
{
background-color: #A05BEB;
}
.BgClassName
{
background-color: #A05BEB;
}
</style>
border-color css
<style>
span { border-color: #A05BEB; }
span { border-color: rgb(160,91,235); }
td.TdClassName
{
border-color: #A05BEB;
}
.TagClassName
{
border-color: #A05BEB;
}
</style>