Shades of Medium Purple #A485F0
Tints of Medium Purple #A485F0
RGB
CMYK
RGB Variations
Color information
#A485F0 (or 0xA485F0) is known color: Medium Purple. HEX triplet: A4, 85 and F0. RGB value is (164,133,240). Sum of RGB (Red+Green+Blue) = 164+133+240=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #A485F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485F0 is #5B7A0F. Grayscale: #9A9A9A. Windows color (decimal): -5995024 or 15762852. OLE color: 15762852.
HSL color Cylindrical-coordinate representation of color #A485F0: hue angle of 257.38º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A485F0 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 133 | 240 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.06 |
| HSL | 257.38º | 0.78% | 0.73% | - |
| HSV(B) | 257.38º | 0.45% | 0.94% | - |
| XYZ | 39.43 | 30.96 | 86.34 | - |
| YUV | 154.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 240 | 0.32 | 0.45 | 0 | 0.06 | 257.38 | 0.78 | 0.73 |
| Hex | A4 | 85 | F0 | 20 | 2D | 0 | 6 | 101 | 4E | 49 |
| Octal | 244 | 205 | 360 | 40 | 55 | 0 | 6 | 401 | 116 | 111 |
| Binary | 10100100 | 10000101 | 11110000 | 100000 | 101101 | 0 | 110 | 100000001 | 1001110 | 1001001 |
Color Harmonies of #A485F0
Complementary color
Monochromatic Colors of #A485F0
Black with #A485F0
Text Example
Text Example
White with #A485F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A485F0; }
p { color: rgb(164,133,240); }
H1.HeaderClassName
{
color: #A485F0;
}
.AnyTagClassName
{
color: #A485F0;
}
</style>
background-color css
<style>
a { background-color: #A485F0; }
a { background-color: rgb(164,133,240); }
div.DivClassName
{
background-color: #A485F0;
}
.BgClassName
{
background-color: #A485F0;
}
</style>
border-color css
<style>
span { border-color: #A485F0; }
span { border-color: rgb(164,133,240); }
td.TdClassName
{
border-color: #A485F0;
}
.TagClassName
{
border-color: #A485F0;
}
</style>