Shades of Medium Purple #A577FA
Tints of Medium Purple #A577FA
RGB
CMYK
RGB Variations
Color information
#A577FA (or 0xA577FA) is known color: Medium Purple. HEX triplet: A5, 77 and FA. RGB value is (165,119,250). Sum of RGB (Red+Green+Blue) = 165+119+250=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #A577FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A577FA is #5A8805. Grayscale: #939393. Windows color (decimal): -5933062 or 16414629. OLE color: 16414629.
HSL color Cylindrical-coordinate representation of color #A577FA: hue angle of 261.07º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A577FA is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 119 | 250 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.02 |
| HSL | 261.07º | 0.93% | 0.72% | - |
| HSV(B) | 261.07º | 0.52% | 0.98% | - |
| XYZ | 39.37 | 28.1 | 93.79 | - |
| YUV | 147.69 | 185.74 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 250 | 0.34 | 0.52 | 0 | 0.02 | 261.07 | 0.93 | 0.72 |
| Hex | A5 | 77 | FA | 22 | 34 | 0 | 2 | 105 | 5D | 48 |
| Octal | 245 | 167 | 372 | 42 | 64 | 0 | 2 | 405 | 135 | 110 |
| Binary | 10100101 | 1110111 | 11111010 | 100010 | 110100 | 0 | 10 | 100000101 | 1011101 | 1001000 |
Color Harmonies of #A577FA
Complementary color
Monochromatic Colors of #A577FA
Black with #A577FA
Text Example
Text Example
White with #A577FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577FA; }
p { color: rgb(165,119,250); }
H1.HeaderClassName
{
color: #A577FA;
}
.AnyTagClassName
{
color: #A577FA;
}
</style>
background-color css
<style>
a { background-color: #A577FA; }
a { background-color: rgb(165,119,250); }
div.DivClassName
{
background-color: #A577FA;
}
.BgClassName
{
background-color: #A577FA;
}
</style>
border-color css
<style>
span { border-color: #A577FA; }
span { border-color: rgb(165,119,250); }
td.TdClassName
{
border-color: #A577FA;
}
.TagClassName
{
border-color: #A577FA;
}
</style>