Shades of Medium Purple #A75DF2
Tints of Medium Purple #A75DF2
RGB
CMYK
RGB Variations
Color information
#A75DF2 (or 0xA75DF2) is known color: Medium Purple. HEX triplet: A7, 5D and F2. RGB value is (167,93,242). Sum of RGB (Red+Green+Blue) = 167+93+242=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #A75DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75DF2 is #58A20D. Grayscale: #838383. Windows color (decimal): -5808654 or 15883687. OLE color: 15883687.
HSL color Cylindrical-coordinate representation of color #A75DF2: hue angle of 269.8º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A75DF2 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 93 | 242 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.05 |
| HSL | 269.8º | 0.85% | 0.66% | - |
| HSV(B) | 269.8º | 0.62% | 0.95% | - |
| XYZ | 35.88 | 22.46 | 86.45 | - |
| YUV | 132.11 | 190.02 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 242 | 0.31 | 0.62 | 0 | 0.05 | 269.8 | 0.85 | 0.66 |
| Hex | A7 | 5D | F2 | 1F | 3E | 0 | 5 | 10E | 55 | 42 |
| Octal | 247 | 135 | 362 | 37 | 76 | 0 | 5 | 416 | 125 | 102 |
| Binary | 10100111 | 1011101 | 11110010 | 11111 | 111110 | 0 | 101 | 100001110 | 1010101 | 1000010 |
Color Harmonies of #A75DF2
Complementary color
Monochromatic Colors of #A75DF2
Black with #A75DF2
Text Example
Text Example
White with #A75DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75DF2; }
p { color: rgb(167,93,242); }
H1.HeaderClassName
{
color: #A75DF2;
}
.AnyTagClassName
{
color: #A75DF2;
}
</style>
background-color css
<style>
a { background-color: #A75DF2; }
a { background-color: rgb(167,93,242); }
div.DivClassName
{
background-color: #A75DF2;
}
.BgClassName
{
background-color: #A75DF2;
}
</style>
border-color css
<style>
span { border-color: #A75DF2; }
span { border-color: rgb(167,93,242); }
td.TdClassName
{
border-color: #A75DF2;
}
.TagClassName
{
border-color: #A75DF2;
}
</style>