Shades of Medium Purple #A475EF
Tints of Medium Purple #A475EF
RGB
CMYK
RGB Variations
Color information
#A475EF (or 0xA475EF) is known color: Medium Purple. HEX triplet: A4, 75 and EF. RGB value is (164,117,239). Sum of RGB (Red+Green+Blue) = 164+117+239=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #A475EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A475EF is #5B8A10. Grayscale: #909090. Windows color (decimal): -5999121 or 15693220. OLE color: 15693220.
HSL color Cylindrical-coordinate representation of color #A475EF: hue angle of 263.11º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A475EF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 117 | 239 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.06 |
| HSL | 263.11º | 0.79% | 0.7% | - |
| HSV(B) | 263.11º | 0.51% | 0.94% | - |
| XYZ | 37.25 | 26.85 | 84.88 | - |
| YUV | 144.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 239 | 0.31 | 0.51 | 0 | 0.06 | 263.11 | 0.79 | 0.7 |
| Hex | A4 | 75 | EF | 1F | 33 | 0 | 6 | 107 | 4F | 46 |
| Octal | 244 | 165 | 357 | 37 | 63 | 0 | 6 | 407 | 117 | 106 |
| Binary | 10100100 | 1110101 | 11101111 | 11111 | 110011 | 0 | 110 | 100000111 | 1001111 | 1000110 |
Color Harmonies of #A475EF
Complementary color
Monochromatic Colors of #A475EF
Black with #A475EF
Text Example
Text Example
White with #A475EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A475EF; }
p { color: rgb(164,117,239); }
H1.HeaderClassName
{
color: #A475EF;
}
.AnyTagClassName
{
color: #A475EF;
}
</style>
background-color css
<style>
a { background-color: #A475EF; }
a { background-color: rgb(164,117,239); }
div.DivClassName
{
background-color: #A475EF;
}
.BgClassName
{
background-color: #A475EF;
}
</style>
border-color css
<style>
span { border-color: #A475EF; }
span { border-color: rgb(164,117,239); }
td.TdClassName
{
border-color: #A475EF;
}
.TagClassName
{
border-color: #A475EF;
}
</style>