Shades of Medium Purple #A75CF6
Tints of Medium Purple #A75CF6
RGB
CMYK
RGB Variations
Color information
#A75CF6 (or 0xA75CF6) is known color: Medium Purple. HEX triplet: A7, 5C and F6. RGB value is (167,92,246). Sum of RGB (Red+Green+Blue) = 167+92+246=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #A75CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75CF6 is #58A309. Grayscale: #838383. Windows color (decimal): -5808906 or 16145575. OLE color: 16145575.
HSL color Cylindrical-coordinate representation of color #A75CF6: hue angle of 269.22º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A75CF6 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 92 | 246 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.04 |
| HSL | 269.22º | 0.9% | 0.66% | - |
| HSV(B) | 269.22º | 0.63% | 0.96% | - |
| XYZ | 36.4 | 22.52 | 89.62 | - |
| YUV | 131.98 | 192.35 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 246 | 0.32 | 0.63 | 0 | 0.04 | 269.22 | 0.9 | 0.66 |
| Hex | A7 | 5C | F6 | 20 | 3F | 0 | 4 | 10D | 5A | 42 |
| Octal | 247 | 134 | 366 | 40 | 77 | 0 | 4 | 415 | 132 | 102 |
| Binary | 10100111 | 1011100 | 11110110 | 100000 | 111111 | 0 | 100 | 100001101 | 1011010 | 1000010 |
Color Harmonies of #A75CF6
Complementary color
Monochromatic Colors of #A75CF6
Black with #A75CF6
Text Example
Text Example
White with #A75CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75CF6; }
p { color: rgb(167,92,246); }
H1.HeaderClassName
{
color: #A75CF6;
}
.AnyTagClassName
{
color: #A75CF6;
}
</style>
background-color css
<style>
a { background-color: #A75CF6; }
a { background-color: rgb(167,92,246); }
div.DivClassName
{
background-color: #A75CF6;
}
.BgClassName
{
background-color: #A75CF6;
}
</style>
border-color css
<style>
span { border-color: #A75CF6; }
span { border-color: rgb(167,92,246); }
td.TdClassName
{
border-color: #A75CF6;
}
.TagClassName
{
border-color: #A75CF6;
}
</style>