Shades of Medium Purple #A085E4
Tints of Medium Purple #A085E4
RGB
CMYK
RGB Variations
Color information
#A085E4 (or 0xA085E4) is known color: Medium Purple. HEX triplet: A0, 85 and E4. RGB value is (160,133,228). Sum of RGB (Red+Green+Blue) = 160+133+228=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #A085E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085E4 is #5F7A1B. Grayscale: #979797. Windows color (decimal): -6257180 or 14976416. OLE color: 14976416.
HSL color Cylindrical-coordinate representation of color #A085E4: hue angle of 257.05º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A085E4 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 133 | 228 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.11 |
| HSL | 257.05º | 0.64% | 0.71% | - |
| HSV(B) | 257.05º | 0.42% | 0.89% | - |
| XYZ | 36.89 | 29.85 | 77.22 | - |
| YUV | 151.9 | 170.95 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 228 | 0.30 | 0.42 | 0 | 0.11 | 257.05 | 0.64 | 0.71 |
| Hex | A0 | 85 | E4 | 1E | 2A | 0 | B | 101 | 40 | 47 |
| Octal | 240 | 205 | 344 | 36 | 52 | 0 | 13 | 401 | 100 | 107 |
| Binary | 10100000 | 10000101 | 11100100 | 11110 | 101010 | 0 | 1011 | 100000001 | 1000000 | 1000111 |
Color Harmonies of #A085E4
Complementary color
Monochromatic Colors of #A085E4
Black with #A085E4
Text Example
Text Example
White with #A085E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085E4; }
p { color: rgb(160,133,228); }
H1.HeaderClassName
{
color: #A085E4;
}
.AnyTagClassName
{
color: #A085E4;
}
</style>
background-color css
<style>
a { background-color: #A085E4; }
a { background-color: rgb(160,133,228); }
div.DivClassName
{
background-color: #A085E4;
}
.BgClassName
{
background-color: #A085E4;
}
</style>
border-color css
<style>
span { border-color: #A085E4; }
span { border-color: rgb(160,133,228); }
td.TdClassName
{
border-color: #A085E4;
}
.TagClassName
{
border-color: #A085E4;
}
</style>