Shades of Medium Purple #A577EB
Tints of Medium Purple #A577EB
RGB
CMYK
RGB Variations
Color information
#A577EB (or 0xA577EB) is known color: Medium Purple. HEX triplet: A5, 77 and EB. RGB value is (165,119,235). Sum of RGB (Red+Green+Blue) = 165+119+235=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #A577EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A577EB is #5A8814. Grayscale: #919191. Windows color (decimal): -5933077 or 15431589. OLE color: 15431589.
HSL color Cylindrical-coordinate representation of color #A577EB: hue angle of 263.79º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A577EB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 119 | 235 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.08 |
| HSL | 263.79º | 0.74% | 0.69% | - |
| HSV(B) | 263.79º | 0.49% | 0.92% | - |
| XYZ | 37.11 | 27.19 | 81.89 | - |
| YUV | 145.98 | 178.24 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 235 | 0.30 | 0.49 | 0 | 0.08 | 263.79 | 0.74 | 0.69 |
| Hex | A5 | 77 | EB | 1E | 31 | 0 | 8 | 108 | 4A | 45 |
| Octal | 245 | 167 | 353 | 36 | 61 | 0 | 10 | 410 | 112 | 105 |
| Binary | 10100101 | 1110111 | 11101011 | 11110 | 110001 | 0 | 1000 | 100001000 | 1001010 | 1000101 |
Color Harmonies of #A577EB
Complementary color
Monochromatic Colors of #A577EB
Black with #A577EB
Text Example
Text Example
White with #A577EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577EB; }
p { color: rgb(165,119,235); }
H1.HeaderClassName
{
color: #A577EB;
}
.AnyTagClassName
{
color: #A577EB;
}
</style>
background-color css
<style>
a { background-color: #A577EB; }
a { background-color: rgb(165,119,235); }
div.DivClassName
{
background-color: #A577EB;
}
.BgClassName
{
background-color: #A577EB;
}
</style>
border-color css
<style>
span { border-color: #A577EB; }
span { border-color: rgb(165,119,235); }
td.TdClassName
{
border-color: #A577EB;
}
.TagClassName
{
border-color: #A577EB;
}
</style>