Shades of Medium Purple #A577FB
Tints of Medium Purple #A577FB
RGB
CMYK
RGB Variations
Color information
#A577FB (or 0xA577FB) is known color: Medium Purple. HEX triplet: A5, 77 and FB. RGB value is (165,119,251). Sum of RGB (Red+Green+Blue) = 165+119+251=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #A577FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A577FB is #5A8804. Grayscale: #939393. Windows color (decimal): -5933061 or 16480165. OLE color: 16480165.
HSL color Cylindrical-coordinate representation of color #A577FB: hue angle of 260.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A577FB is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 119 | 251 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.02 |
| HSL | 260.91º | 0.94% | 0.73% | - |
| HSV(B) | 260.91º | 0.53% | 0.98% | - |
| XYZ | 39.53 | 28.16 | 94.62 | - |
| YUV | 147.8 | 186.24 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 251 | 0.34 | 0.53 | 0 | 0.02 | 260.91 | 0.94 | 0.73 |
| Hex | A5 | 77 | FB | 22 | 35 | 0 | 2 | 105 | 5E | 49 |
| Octal | 245 | 167 | 373 | 42 | 65 | 0 | 2 | 405 | 136 | 111 |
| Binary | 10100101 | 1110111 | 11111011 | 100010 | 110101 | 0 | 10 | 100000101 | 1011110 | 1001001 |
Color Harmonies of #A577FB
Complementary color
Monochromatic Colors of #A577FB
Black with #A577FB
Text Example
Text Example
White with #A577FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577FB; }
p { color: rgb(165,119,251); }
H1.HeaderClassName
{
color: #A577FB;
}
.AnyTagClassName
{
color: #A577FB;
}
</style>
background-color css
<style>
a { background-color: #A577FB; }
a { background-color: rgb(165,119,251); }
div.DivClassName
{
background-color: #A577FB;
}
.BgClassName
{
background-color: #A577FB;
}
</style>
border-color css
<style>
span { border-color: #A577FB; }
span { border-color: rgb(165,119,251); }
td.TdClassName
{
border-color: #A577FB;
}
.TagClassName
{
border-color: #A577FB;
}
</style>