Shades of Medium Purple #A585F0
Tints of Medium Purple #A585F0
RGB
CMYK
RGB Variations
Color information
#A585F0 (or 0xA585F0) is known color: Medium Purple. HEX triplet: A5, 85 and F0. RGB value is (165,133,240). Sum of RGB (Red+Green+Blue) = 165+133+240=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #A585F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A585F0 is #5A7A0F. Grayscale: #9A9A9A. Windows color (decimal): -5929488 or 15762853. OLE color: 15762853.
HSL color Cylindrical-coordinate representation of color #A585F0: hue angle of 257.94º 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 #A585F0 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 133 | 240 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.06 |
| HSL | 257.94º | 0.78% | 0.73% | - |
| HSV(B) | 257.94º | 0.45% | 0.94% | - |
| XYZ | 39.63 | 31.07 | 86.35 | - |
| YUV | 154.77 | 176.1 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 240 | 0.31 | 0.45 | 0 | 0.06 | 257.94 | 0.78 | 0.73 |
| Hex | A5 | 85 | F0 | 1F | 2D | 0 | 6 | 102 | 4E | 49 |
| Octal | 245 | 205 | 360 | 37 | 55 | 0 | 6 | 402 | 116 | 111 |
| Binary | 10100101 | 10000101 | 11110000 | 11111 | 101101 | 0 | 110 | 100000010 | 1001110 | 1001001 |
Color Harmonies of #A585F0
Complementary color
Monochromatic Colors of #A585F0
Black with #A585F0
Text Example
Text Example
White with #A585F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A585F0; }
p { color: rgb(165,133,240); }
H1.HeaderClassName
{
color: #A585F0;
}
.AnyTagClassName
{
color: #A585F0;
}
</style>
background-color css
<style>
a { background-color: #A585F0; }
a { background-color: rgb(165,133,240); }
div.DivClassName
{
background-color: #A585F0;
}
.BgClassName
{
background-color: #A585F0;
}
</style>
border-color css
<style>
span { border-color: #A585F0; }
span { border-color: rgb(165,133,240); }
td.TdClassName
{
border-color: #A585F0;
}
.TagClassName
{
border-color: #A585F0;
}
</style>