Shades of Medium Purple #A75EFF
Tints of Medium Purple #A75EFF
RGB
CMYK
RGB Variations
Color information
#A75EFF (or 0xA75EFF) is known color: Medium Purple. HEX triplet: A7, 5E and FF. RGB value is (167,94,255). Sum of RGB (Red+Green+Blue) = 167+94+255=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #A75EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75EFF is #58A100. Grayscale: #858585. Windows color (decimal): -5808385 or 16735911. OLE color: 16735911.
HSL color Cylindrical-coordinate representation of color #A75EFF: hue angle of 267.2º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A75EFF is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 94 | 255 | - |
| CMYK | 0.35 | 0.63 | 0 | 0 |
| HSL | 267.21º | 1% | 0.68% | - |
| HSV(B) | 267.21º | 0.63% | 1% | - |
| XYZ | 37.99 | 23.44 | 97.13 | - |
| YUV | 134.18 | 196.18 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 255 | 0.35 | 0.63 | 0 | 0 | 267.21 | 1 | 0.68 |
| Hex | A7 | 5E | FF | 23 | 3F | 0 | 0 | 10B | 64 | 44 |
| Octal | 247 | 136 | 377 | 43 | 77 | 0 | 0 | 413 | 144 | 104 |
| Binary | 10100111 | 1011110 | 11111111 | 100011 | 111111 | 0 | 0 | 100001011 | 1100100 | 1000100 |
Color Harmonies of #A75EFF
Complementary color
Monochromatic Colors of #A75EFF
Black with #A75EFF
Text Example
Text Example
White with #A75EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75EFF; }
p { color: rgb(167,94,255); }
H1.HeaderClassName
{
color: #A75EFF;
}
.AnyTagClassName
{
color: #A75EFF;
}
</style>
background-color css
<style>
a { background-color: #A75EFF; }
a { background-color: rgb(167,94,255); }
div.DivClassName
{
background-color: #A75EFF;
}
.BgClassName
{
background-color: #A75EFF;
}
</style>
border-color css
<style>
span { border-color: #A75EFF; }
span { border-color: rgb(167,94,255); }
td.TdClassName
{
border-color: #A75EFF;
}
.TagClassName
{
border-color: #A75EFF;
}
</style>