Shades of Medium Purple #A175E4
Tints of Medium Purple #A175E4
RGB
CMYK
RGB Variations
Color information
#A175E4 (or 0xA175E4) is known color: Medium Purple. HEX triplet: A1, 75 and E4. RGB value is (161,117,228). Sum of RGB (Red+Green+Blue) = 161+117+228=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #A175E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175E4 is #5E8A1B. Grayscale: #8E8E8E. Windows color (decimal): -6195740 or 14972321. OLE color: 14972321.
HSL color Cylindrical-coordinate representation of color #A175E4: hue angle of 263.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A175E4 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 117 | 228 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.11 |
| HSL | 263.78º | 0.67% | 0.68% | - |
| HSV(B) | 263.78º | 0.49% | 0.89% | - |
| XYZ | 35.06 | 25.9 | 76.55 | - |
| YUV | 142.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 228 | 0.29 | 0.49 | 0 | 0.11 | 263.78 | 0.67 | 0.68 |
| Hex | A1 | 75 | E4 | 1D | 31 | 0 | B | 108 | 43 | 44 |
| Octal | 241 | 165 | 344 | 35 | 61 | 0 | 13 | 410 | 103 | 104 |
| Binary | 10100001 | 1110101 | 11100100 | 11101 | 110001 | 0 | 1011 | 100001000 | 1000011 | 1000100 |
Color Harmonies of #A175E4
Complementary color
Monochromatic Colors of #A175E4
Black with #A175E4
Text Example
Text Example
White with #A175E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175E4; }
p { color: rgb(161,117,228); }
H1.HeaderClassName
{
color: #A175E4;
}
.AnyTagClassName
{
color: #A175E4;
}
</style>
background-color css
<style>
a { background-color: #A175E4; }
a { background-color: rgb(161,117,228); }
div.DivClassName
{
background-color: #A175E4;
}
.BgClassName
{
background-color: #A175E4;
}
</style>
border-color css
<style>
span { border-color: #A175E4; }
span { border-color: rgb(161,117,228); }
td.TdClassName
{
border-color: #A175E4;
}
.TagClassName
{
border-color: #A175E4;
}
</style>