Shades of Medium Purple #A75DFE
Tints of Medium Purple #A75DFE
RGB
CMYK
RGB Variations
Color information
#A75DFE (or 0xA75DFE) is known color: Medium Purple. HEX triplet: A7, 5D and FE. RGB value is (167,93,254). Sum of RGB (Red+Green+Blue) = 167+93+254=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #A75DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75DFE is #58A201. Grayscale: #848484. Windows color (decimal): -5808642 or 16670119. OLE color: 16670119.
HSL color Cylindrical-coordinate representation of color #A75DFE: hue angle of 267.58º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A75DFE is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 93 | 254 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.00 |
| HSL | 267.58º | 0.99% | 0.68% | - |
| HSV(B) | 267.58º | 0.63% | 1% | - |
| XYZ | 37.74 | 23.2 | 96.25 | - |
| YUV | 133.48 | 196.02 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 254 | 0.34 | 0.63 | 0 | 0.00 | 267.58 | 0.99 | 0.68 |
| Hex | A7 | 5D | FE | 22 | 3F | 0 | 0 | 10C | 63 | 44 |
| Octal | 247 | 135 | 376 | 42 | 77 | 0 | 0 | 414 | 143 | 104 |
| Binary | 10100111 | 1011101 | 11111110 | 100010 | 111111 | 0 | 0 | 100001100 | 1100011 | 1000100 |
Color Harmonies of #A75DFE
Complementary color
Monochromatic Colors of #A75DFE
Black with #A75DFE
Text Example
Text Example
White with #A75DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75DFE; }
p { color: rgb(167,93,254); }
H1.HeaderClassName
{
color: #A75DFE;
}
.AnyTagClassName
{
color: #A75DFE;
}
</style>
background-color css
<style>
a { background-color: #A75DFE; }
a { background-color: rgb(167,93,254); }
div.DivClassName
{
background-color: #A75DFE;
}
.BgClassName
{
background-color: #A75DFE;
}
</style>
border-color css
<style>
span { border-color: #A75DFE; }
span { border-color: rgb(167,93,254); }
td.TdClassName
{
border-color: #A75DFE;
}
.TagClassName
{
border-color: #A75DFE;
}
</style>