Shades of Medium Purple #A75FFF
Tints of Medium Purple #A75FFF
RGB
CMYK
RGB Variations
Color information
#A75FFF (or 0xA75FFF) is known color: Medium Purple. HEX triplet: A7, 5F and FF. RGB value is (167,95,255). Sum of RGB (Red+Green+Blue) = 167+95+255=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #A75FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75FFF is #58A000. Grayscale: #868686. Windows color (decimal): -5808129 or 16736167. OLE color: 16736167.
HSL color Cylindrical-coordinate representation of color #A75FFF: hue angle of 267º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A75FFF is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 95 | 255 | - |
| CMYK | 0.35 | 0.63 | 0 | 0 |
| HSL | 267º | 1% | 0.69% | - |
| HSV(B) | 267º | 0.63% | 1% | - |
| XYZ | 38.08 | 23.62 | 97.16 | - |
| YUV | 134.77 | 195.85 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 95 | 255 | 0.35 | 0.63 | 0 | 0 | 267 | 1 | 0.69 |
| Hex | A7 | 5F | FF | 23 | 3F | 0 | 0 | 10B | 64 | 45 |
| Octal | 247 | 137 | 377 | 43 | 77 | 0 | 0 | 413 | 144 | 105 |
| Binary | 10100111 | 1011111 | 11111111 | 100011 | 111111 | 0 | 0 | 100001011 | 1100100 | 1000101 |
Color Harmonies of #A75FFF
Complementary color
Monochromatic Colors of #A75FFF
Black with #A75FFF
Text Example
Text Example
White with #A75FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75FFF; }
p { color: rgb(167,95,255); }
H1.HeaderClassName
{
color: #A75FFF;
}
.AnyTagClassName
{
color: #A75FFF;
}
</style>
background-color css
<style>
a { background-color: #A75FFF; }
a { background-color: rgb(167,95,255); }
div.DivClassName
{
background-color: #A75FFF;
}
.BgClassName
{
background-color: #A75FFF;
}
</style>
border-color css
<style>
span { border-color: #A75FFF; }
span { border-color: rgb(167,95,255); }
td.TdClassName
{
border-color: #A75FFF;
}
.TagClassName
{
border-color: #A75FFF;
}
</style>