Shades of Medium Purple #A475EE
Tints of Medium Purple #A475EE
RGB
CMYK
RGB Variations
Color information
#A475EE (or 0xA475EE) is known color: Medium Purple. HEX triplet: A4, 75 and EE. RGB value is (164,117,238). Sum of RGB (Red+Green+Blue) = 164+117+238=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #A475EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A475EE is #5B8A11. Grayscale: #909090. Windows color (decimal): -5999122 or 15627684. OLE color: 15627684.
HSL color Cylindrical-coordinate representation of color #A475EE: hue angle of 263.31º 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 #A475EE is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 117 | 238 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.07 |
| HSL | 263.31º | 0.78% | 0.7% | - |
| HSV(B) | 263.31º | 0.51% | 0.93% | - |
| XYZ | 37.1 | 26.79 | 84.1 | - |
| YUV | 144.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 238 | 0.31 | 0.51 | 0 | 0.07 | 263.31 | 0.78 | 0.7 |
| Hex | A4 | 75 | EE | 1F | 33 | 0 | 7 | 107 | 4E | 46 |
| Octal | 244 | 165 | 356 | 37 | 63 | 0 | 7 | 407 | 116 | 106 |
| Binary | 10100100 | 1110101 | 11101110 | 11111 | 110011 | 0 | 111 | 100000111 | 1001110 | 1000110 |
Color Harmonies of #A475EE
Complementary color
Monochromatic Colors of #A475EE
Black with #A475EE
Text Example
Text Example
White with #A475EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A475EE; }
p { color: rgb(164,117,238); }
H1.HeaderClassName
{
color: #A475EE;
}
.AnyTagClassName
{
color: #A475EE;
}
</style>
background-color css
<style>
a { background-color: #A475EE; }
a { background-color: rgb(164,117,238); }
div.DivClassName
{
background-color: #A475EE;
}
.BgClassName
{
background-color: #A475EE;
}
</style>
border-color css
<style>
span { border-color: #A475EE; }
span { border-color: rgb(164,117,238); }
td.TdClassName
{
border-color: #A475EE;
}
.TagClassName
{
border-color: #A475EE;
}
</style>