Shades of Medium Purple #A485F1
Tints of Medium Purple #A485F1
RGB
CMYK
RGB Variations
Color information
#A485F1 (or 0xA485F1) is known color: Medium Purple. HEX triplet: A4, 85 and F1. RGB value is (164,133,241). Sum of RGB (Red+Green+Blue) = 164+133+241=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #A485F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485F1 is #5B7A0E. Grayscale: #9A9A9A. Windows color (decimal): -5995023 or 15828388. OLE color: 15828388.
HSL color Cylindrical-coordinate representation of color #A485F1: hue angle of 257.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A485F1 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 133 | 241 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.05 |
| HSL | 257.22º | 0.79% | 0.73% | - |
| HSV(B) | 257.22º | 0.45% | 0.95% | - |
| XYZ | 39.57 | 31.02 | 87.12 | - |
| YUV | 154.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 241 | 0.32 | 0.45 | 0 | 0.05 | 257.22 | 0.79 | 0.73 |
| Hex | A4 | 85 | F1 | 20 | 2D | 0 | 5 | 101 | 4F | 49 |
| Octal | 244 | 205 | 361 | 40 | 55 | 0 | 5 | 401 | 117 | 111 |
| Binary | 10100100 | 10000101 | 11110001 | 100000 | 101101 | 0 | 101 | 100000001 | 1001111 | 1001001 |
Color Harmonies of #A485F1
Complementary color
Monochromatic Colors of #A485F1
Black with #A485F1
Text Example
Text Example
White with #A485F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A485F1; }
p { color: rgb(164,133,241); }
H1.HeaderClassName
{
color: #A485F1;
}
.AnyTagClassName
{
color: #A485F1;
}
</style>
background-color css
<style>
a { background-color: #A485F1; }
a { background-color: rgb(164,133,241); }
div.DivClassName
{
background-color: #A485F1;
}
.BgClassName
{
background-color: #A485F1;
}
</style>
border-color css
<style>
span { border-color: #A485F1; }
span { border-color: rgb(164,133,241); }
td.TdClassName
{
border-color: #A485F1;
}
.TagClassName
{
border-color: #A485F1;
}
</style>