Shades of Medium Purple #A175E5
Tints of Medium Purple #A175E5
RGB
CMYK
RGB Variations
Color information
#A175E5 (or 0xA175E5) is known color: Medium Purple. HEX triplet: A1, 75 and E5. RGB value is (161,117,229). Sum of RGB (Red+Green+Blue) = 161+117+229=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #A175E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175E5 is #5E8A1A. Grayscale: #8E8E8E. Windows color (decimal): -6195739 or 15037857. OLE color: 15037857.
HSL color Cylindrical-coordinate representation of color #A175E5: hue angle of 263.57º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A175E5 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 117 | 229 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.10 |
| HSL | 263.57º | 0.68% | 0.68% | - |
| HSV(B) | 263.57º | 0.49% | 0.9% | - |
| XYZ | 35.2 | 25.96 | 77.28 | - |
| YUV | 142.92 | 176.58 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 229 | 0.30 | 0.49 | 0 | 0.10 | 263.57 | 0.68 | 0.68 |
| Hex | A1 | 75 | E5 | 1E | 31 | 0 | A | 108 | 44 | 44 |
| Octal | 241 | 165 | 345 | 36 | 61 | 0 | 12 | 410 | 104 | 104 |
| Binary | 10100001 | 1110101 | 11100101 | 11110 | 110001 | 0 | 1010 | 100001000 | 1000100 | 1000100 |
Color Harmonies of #A175E5
Complementary color
Monochromatic Colors of #A175E5
Black with #A175E5
Text Example
Text Example
White with #A175E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175E5; }
p { color: rgb(161,117,229); }
H1.HeaderClassName
{
color: #A175E5;
}
.AnyTagClassName
{
color: #A175E5;
}
</style>
background-color css
<style>
a { background-color: #A175E5; }
a { background-color: rgb(161,117,229); }
div.DivClassName
{
background-color: #A175E5;
}
.BgClassName
{
background-color: #A175E5;
}
</style>
border-color css
<style>
span { border-color: #A175E5; }
span { border-color: rgb(161,117,229); }
td.TdClassName
{
border-color: #A175E5;
}
.TagClassName
{
border-color: #A175E5;
}
</style>