Shades of Medium Purple #A581F0
Tints of Medium Purple #A581F0
RGB
CMYK
RGB Variations
Color information
#A581F0 (or 0xA581F0) is known color: Medium Purple. HEX triplet: A5, 81 and F0. RGB value is (165,129,240). Sum of RGB (Red+Green+Blue) = 165+129+240=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #A581F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A581F0 is #5A7E0F. Grayscale: #989898. Windows color (decimal): -5930512 or 15761829. OLE color: 15761829.
HSL color Cylindrical-coordinate representation of color #A581F0: hue angle of 259.46º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A581F0 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 129 | 240 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.06 |
| HSL | 259.46º | 0.79% | 0.72% | - |
| HSV(B) | 259.46º | 0.46% | 0.94% | - |
| XYZ | 39.1 | 29.99 | 86.17 | - |
| YUV | 152.42 | 177.43 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 240 | 0.31 | 0.46 | 0 | 0.06 | 259.46 | 0.79 | 0.72 |
| Hex | A5 | 81 | F0 | 1F | 2E | 0 | 6 | 103 | 4F | 48 |
| Octal | 245 | 201 | 360 | 37 | 56 | 0 | 6 | 403 | 117 | 110 |
| Binary | 10100101 | 10000001 | 11110000 | 11111 | 101110 | 0 | 110 | 100000011 | 1001111 | 1001000 |
Color Harmonies of #A581F0
Complementary color
Monochromatic Colors of #A581F0
Black with #A581F0
Text Example
Text Example
White with #A581F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A581F0; }
p { color: rgb(165,129,240); }
H1.HeaderClassName
{
color: #A581F0;
}
.AnyTagClassName
{
color: #A581F0;
}
</style>
background-color css
<style>
a { background-color: #A581F0; }
a { background-color: rgb(165,129,240); }
div.DivClassName
{
background-color: #A581F0;
}
.BgClassName
{
background-color: #A581F0;
}
</style>
border-color css
<style>
span { border-color: #A581F0; }
span { border-color: rgb(165,129,240); }
td.TdClassName
{
border-color: #A581F0;
}
.TagClassName
{
border-color: #A581F0;
}
</style>