Shades of Medium Purple #A75AF6
Tints of Medium Purple #A75AF6
RGB
CMYK
RGB Variations
Color information
#A75AF6 (or 0xA75AF6) is known color: Medium Purple. HEX triplet: A7, 5A and F6. RGB value is (167,90,246). Sum of RGB (Red+Green+Blue) = 167+90+246=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #A75AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75AF6 is #58A509. Grayscale: #828282. Windows color (decimal): -5809418 or 16145063. OLE color: 16145063.
HSL color Cylindrical-coordinate representation of color #A75AF6: hue angle of 269.62º 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 #A75AF6 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 90 | 246 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.04 |
| HSL | 269.62º | 0.9% | 0.66% | - |
| HSV(B) | 269.62º | 0.63% | 0.96% | - |
| XYZ | 36.23 | 22.18 | 89.56 | - |
| YUV | 130.81 | 193.01 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 246 | 0.32 | 0.63 | 0 | 0.04 | 269.62 | 0.9 | 0.66 |
| Hex | A7 | 5A | F6 | 20 | 3F | 0 | 4 | 10E | 5A | 42 |
| Octal | 247 | 132 | 366 | 40 | 77 | 0 | 4 | 416 | 132 | 102 |
| Binary | 10100111 | 1011010 | 11110110 | 100000 | 111111 | 0 | 100 | 100001110 | 1011010 | 1000010 |
Color Harmonies of #A75AF6
Complementary color
Monochromatic Colors of #A75AF6
Black with #A75AF6
Text Example
Text Example
White with #A75AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75AF6; }
p { color: rgb(167,90,246); }
H1.HeaderClassName
{
color: #A75AF6;
}
.AnyTagClassName
{
color: #A75AF6;
}
</style>
background-color css
<style>
a { background-color: #A75AF6; }
a { background-color: rgb(167,90,246); }
div.DivClassName
{
background-color: #A75AF6;
}
.BgClassName
{
background-color: #A75AF6;
}
</style>
border-color css
<style>
span { border-color: #A75AF6; }
span { border-color: rgb(167,90,246); }
td.TdClassName
{
border-color: #A75AF6;
}
.TagClassName
{
border-color: #A75AF6;
}
</style>