Shades of Medium Purple #A575EE
Tints of Medium Purple #A575EE
RGB
CMYK
RGB Variations
Color information
#A575EE (or 0xA575EE) is known color: Medium Purple. HEX triplet: A5, 75 and EE. RGB value is (165,117,238). Sum of RGB (Red+Green+Blue) = 165+117+238=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #A575EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A575EE is #5A8A11. Grayscale: #909090. Windows color (decimal): -5933586 or 15627685. OLE color: 15627685.
HSL color Cylindrical-coordinate representation of color #A575EE: hue angle of 263.8º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A575EE is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 117 | 238 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.07 |
| HSL | 263.8º | 0.78% | 0.7% | - |
| HSV(B) | 263.8º | 0.51% | 0.93% | - |
| XYZ | 37.31 | 26.89 | 84.11 | - |
| YUV | 145.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 238 | 0.31 | 0.51 | 0 | 0.07 | 263.8 | 0.78 | 0.7 |
| Hex | A5 | 75 | EE | 1F | 33 | 0 | 7 | 108 | 4E | 46 |
| Octal | 245 | 165 | 356 | 37 | 63 | 0 | 7 | 410 | 116 | 106 |
| Binary | 10100101 | 1110101 | 11101110 | 11111 | 110011 | 0 | 111 | 100001000 | 1001110 | 1000110 |
Color Harmonies of #A575EE
Complementary color
Monochromatic Colors of #A575EE
Black with #A575EE
Text Example
Text Example
White with #A575EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575EE; }
p { color: rgb(165,117,238); }
H1.HeaderClassName
{
color: #A575EE;
}
.AnyTagClassName
{
color: #A575EE;
}
</style>
background-color css
<style>
a { background-color: #A575EE; }
a { background-color: rgb(165,117,238); }
div.DivClassName
{
background-color: #A575EE;
}
.BgClassName
{
background-color: #A575EE;
}
</style>
border-color css
<style>
span { border-color: #A575EE; }
span { border-color: rgb(165,117,238); }
td.TdClassName
{
border-color: #A575EE;
}
.TagClassName
{
border-color: #A575EE;
}
</style>