Shades of Medium Purple #A975E4
Tints of Medium Purple #A975E4
RGB
CMYK
RGB Variations
Color information
#A975E4 (or 0xA975E4) is known color: Medium Purple. HEX triplet: A9, 75 and E4. RGB value is (169,117,228). Sum of RGB (Red+Green+Blue) = 169+117+228=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #A975E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975E4 is #568A1B. Grayscale: #909090. Windows color (decimal): -5671452 or 14972329. OLE color: 14972329.
HSL color Cylindrical-coordinate representation of color #A975E4: hue angle of 268.11º 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 #A975E4 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 117 | 228 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.11 |
| HSL | 268.11º | 0.67% | 0.68% | - |
| HSV(B) | 268.11º | 0.49% | 0.89% | - |
| XYZ | 36.73 | 26.76 | 76.63 | - |
| YUV | 145.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 228 | 0.26 | 0.49 | 0 | 0.11 | 268.11 | 0.67 | 0.68 |
| Hex | A9 | 75 | E4 | 1A | 31 | 0 | B | 10C | 43 | 44 |
| Octal | 251 | 165 | 344 | 32 | 61 | 0 | 13 | 414 | 103 | 104 |
| Binary | 10101001 | 1110101 | 11100100 | 11010 | 110001 | 0 | 1011 | 100001100 | 1000011 | 1000100 |
Color Harmonies of #A975E4
Complementary color
Monochromatic Colors of #A975E4
Black with #A975E4
Text Example
Text Example
White with #A975E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A975E4; }
p { color: rgb(169,117,228); }
H1.HeaderClassName
{
color: #A975E4;
}
.AnyTagClassName
{
color: #A975E4;
}
</style>
background-color css
<style>
a { background-color: #A975E4; }
a { background-color: rgb(169,117,228); }
div.DivClassName
{
background-color: #A975E4;
}
.BgClassName
{
background-color: #A975E4;
}
</style>
border-color css
<style>
span { border-color: #A975E4; }
span { border-color: rgb(169,117,228); }
td.TdClassName
{
border-color: #A975E4;
}
.TagClassName
{
border-color: #A975E4;
}
</style>