Shades of Medium Purple #A085EB
Tints of Medium Purple #A085EB
RGB
CMYK
RGB Variations
Color information
#A085EB (or 0xA085EB) is known color: Medium Purple. HEX triplet: A0, 85 and EB. RGB value is (160,133,235). Sum of RGB (Red+Green+Blue) = 160+133+235=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #A085EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085EB is #5F7A14. Grayscale: #989898. Windows color (decimal): -6257173 or 15435168. OLE color: 15435168.
HSL color Cylindrical-coordinate representation of color #A085EB: hue angle of 255.88º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A085EB is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 133 | 235 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.08 |
| HSL | 255.88º | 0.72% | 0.72% | - |
| HSV(B) | 255.88º | 0.43% | 0.92% | - |
| XYZ | 37.88 | 30.25 | 82.44 | - |
| YUV | 152.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 235 | 0.32 | 0.43 | 0 | 0.08 | 255.88 | 0.72 | 0.72 |
| Hex | A0 | 85 | EB | 20 | 2B | 0 | 8 | 100 | 48 | 48 |
| Octal | 240 | 205 | 353 | 40 | 53 | 0 | 10 | 400 | 110 | 110 |
| Binary | 10100000 | 10000101 | 11101011 | 100000 | 101011 | 0 | 1000 | 100000000 | 1001000 | 1001000 |
Color Harmonies of #A085EB
Complementary color
Monochromatic Colors of #A085EB
Black with #A085EB
Text Example
Text Example
White with #A085EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085EB; }
p { color: rgb(160,133,235); }
H1.HeaderClassName
{
color: #A085EB;
}
.AnyTagClassName
{
color: #A085EB;
}
</style>
background-color css
<style>
a { background-color: #A085EB; }
a { background-color: rgb(160,133,235); }
div.DivClassName
{
background-color: #A085EB;
}
.BgClassName
{
background-color: #A085EB;
}
</style>
border-color css
<style>
span { border-color: #A085EB; }
span { border-color: rgb(160,133,235); }
td.TdClassName
{
border-color: #A085EB;
}
.TagClassName
{
border-color: #A085EB;
}
</style>