Shades of Medium Purple #A576EB
Tints of Medium Purple #A576EB
RGB
CMYK
RGB Variations
Color information
#A576EB (or 0xA576EB) is known color: Medium Purple. HEX triplet: A5, 76 and EB. RGB value is (165,118,235). Sum of RGB (Red+Green+Blue) = 165+118+235=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #A576EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A576EB is #5A8914. Grayscale: #909090. Windows color (decimal): -5933333 or 15431333. OLE color: 15431333.
HSL color Cylindrical-coordinate representation of color #A576EB: hue angle of 264.1º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A576EB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 118 | 235 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.08 |
| HSL | 264.1º | 0.75% | 0.69% | - |
| HSV(B) | 264.1º | 0.5% | 0.92% | - |
| XYZ | 36.99 | 26.95 | 81.85 | - |
| YUV | 145.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 235 | 0.30 | 0.50 | 0 | 0.08 | 264.1 | 0.75 | 0.69 |
| Hex | A5 | 76 | EB | 1E | 32 | 0 | 8 | 108 | 4B | 45 |
| Octal | 245 | 166 | 353 | 36 | 62 | 0 | 10 | 410 | 113 | 105 |
| Binary | 10100101 | 1110110 | 11101011 | 11110 | 110010 | 0 | 1000 | 100001000 | 1001011 | 1000101 |
Color Harmonies of #A576EB
Complementary color
Monochromatic Colors of #A576EB
Black with #A576EB
Text Example
Text Example
White with #A576EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A576EB; }
p { color: rgb(165,118,235); }
H1.HeaderClassName
{
color: #A576EB;
}
.AnyTagClassName
{
color: #A576EB;
}
</style>
background-color css
<style>
a { background-color: #A576EB; }
a { background-color: rgb(165,118,235); }
div.DivClassName
{
background-color: #A576EB;
}
.BgClassName
{
background-color: #A576EB;
}
</style>
border-color css
<style>
span { border-color: #A576EB; }
span { border-color: rgb(165,118,235); }
td.TdClassName
{
border-color: #A576EB;
}
.TagClassName
{
border-color: #A576EB;
}
</style>