Shades of Medium Purple #A175EE
Tints of Medium Purple #A175EE
RGB
CMYK
RGB Variations
Color information
#A175EE (or 0xA175EE) is known color: Medium Purple. HEX triplet: A1, 75 and EE. RGB value is (161,117,238). Sum of RGB (Red+Green+Blue) = 161+117+238=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #A175EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A175EE is #5E8A11. Grayscale: #8F8F8F. Windows color (decimal): -6195730 or 15627681. OLE color: 15627681.
HSL color Cylindrical-coordinate representation of color #A175EE: hue angle of 261.82º 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 #A175EE is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 117 | 238 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.07 |
| HSL | 261.82º | 0.78% | 0.7% | - |
| HSV(B) | 261.82º | 0.51% | 0.93% | - |
| XYZ | 36.49 | 26.47 | 84.08 | - |
| YUV | 143.95 | 181.08 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 238 | 0.32 | 0.51 | 0 | 0.07 | 261.82 | 0.78 | 0.7 |
| Hex | A1 | 75 | EE | 20 | 33 | 0 | 7 | 106 | 4E | 46 |
| Octal | 241 | 165 | 356 | 40 | 63 | 0 | 7 | 406 | 116 | 106 |
| Binary | 10100001 | 1110101 | 11101110 | 100000 | 110011 | 0 | 111 | 100000110 | 1001110 | 1000110 |
Color Harmonies of #A175EE
Complementary color
Monochromatic Colors of #A175EE
Black with #A175EE
Text Example
Text Example
White with #A175EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175EE; }
p { color: rgb(161,117,238); }
H1.HeaderClassName
{
color: #A175EE;
}
.AnyTagClassName
{
color: #A175EE;
}
</style>
background-color css
<style>
a { background-color: #A175EE; }
a { background-color: rgb(161,117,238); }
div.DivClassName
{
background-color: #A175EE;
}
.BgClassName
{
background-color: #A175EE;
}
</style>
border-color css
<style>
span { border-color: #A175EE; }
span { border-color: rgb(161,117,238); }
td.TdClassName
{
border-color: #A175EE;
}
.TagClassName
{
border-color: #A175EE;
}
</style>