Shades of Medium Purple #A75BFD
Tints of Medium Purple #A75BFD
RGB
CMYK
RGB Variations
Color information
#A75BFD (or 0xA75BFD) is known color: Medium Purple. HEX triplet: A7, 5B and FD. RGB value is (167,91,253). Sum of RGB (Red+Green+Blue) = 167+91+253=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #A75BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75BFD is #58A402. Grayscale: #838383. Windows color (decimal): -5809155 or 16604071. OLE color: 16604071.
HSL color Cylindrical-coordinate representation of color #A75BFD: hue angle of 268.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A75BFD is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 91 | 253 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.01 |
| HSL | 268.15º | 0.98% | 0.67% | - |
| HSV(B) | 268.15º | 0.64% | 0.99% | - |
| XYZ | 37.41 | 22.79 | 95.36 | - |
| YUV | 132.19 | 196.18 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 253 | 0.34 | 0.64 | 0 | 0.01 | 268.15 | 0.98 | 0.67 |
| Hex | A7 | 5B | FD | 22 | 40 | 0 | 1 | 10C | 62 | 43 |
| Octal | 247 | 133 | 375 | 42 | 100 | 0 | 1 | 414 | 142 | 103 |
| Binary | 10100111 | 1011011 | 11111101 | 100010 | 1000000 | 0 | 1 | 100001100 | 1100010 | 1000011 |
Color Harmonies of #A75BFD
Complementary color
Monochromatic Colors of #A75BFD
Black with #A75BFD
Text Example
Text Example
White with #A75BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75BFD; }
p { color: rgb(167,91,253); }
H1.HeaderClassName
{
color: #A75BFD;
}
.AnyTagClassName
{
color: #A75BFD;
}
</style>
background-color css
<style>
a { background-color: #A75BFD; }
a { background-color: rgb(167,91,253); }
div.DivClassName
{
background-color: #A75BFD;
}
.BgClassName
{
background-color: #A75BFD;
}
</style>
border-color css
<style>
span { border-color: #A75BFD; }
span { border-color: rgb(167,91,253); }
td.TdClassName
{
border-color: #A75BFD;
}
.TagClassName
{
border-color: #A75BFD;
}
</style>