Shades of Medium Purple #A75CFA
Tints of Medium Purple #A75CFA
RGB
CMYK
RGB Variations
Color information
#A75CFA (or 0xA75CFA) is known color: Medium Purple. HEX triplet: A7, 5C and FA. RGB value is (167,92,250). Sum of RGB (Red+Green+Blue) = 167+92+250=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #A75CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75CFA is #58A305. Grayscale: #838383. Windows color (decimal): -5808902 or 16407719. OLE color: 16407719.
HSL color Cylindrical-coordinate representation of color #A75CFA: hue angle of 268.48º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A75CFA is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 92 | 250 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.02 |
| HSL | 268.48º | 0.94% | 0.67% | - |
| HSV(B) | 268.48º | 0.63% | 0.98% | - |
| XYZ | 37.02 | 22.77 | 92.89 | - |
| YUV | 132.44 | 194.35 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 250 | 0.33 | 0.63 | 0 | 0.02 | 268.48 | 0.94 | 0.67 |
| Hex | A7 | 5C | FA | 21 | 3F | 0 | 2 | 10C | 5E | 43 |
| Octal | 247 | 134 | 372 | 41 | 77 | 0 | 2 | 414 | 136 | 103 |
| Binary | 10100111 | 1011100 | 11111010 | 100001 | 111111 | 0 | 10 | 100001100 | 1011110 | 1000011 |
Color Harmonies of #A75CFA
Complementary color
Monochromatic Colors of #A75CFA
Black with #A75CFA
Text Example
Text Example
White with #A75CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75CFA; }
p { color: rgb(167,92,250); }
H1.HeaderClassName
{
color: #A75CFA;
}
.AnyTagClassName
{
color: #A75CFA;
}
</style>
background-color css
<style>
a { background-color: #A75CFA; }
a { background-color: rgb(167,92,250); }
div.DivClassName
{
background-color: #A75CFA;
}
.BgClassName
{
background-color: #A75CFA;
}
</style>
border-color css
<style>
span { border-color: #A75CFA; }
span { border-color: rgb(167,92,250); }
td.TdClassName
{
border-color: #A75CFA;
}
.TagClassName
{
border-color: #A75CFA;
}
</style>