Shades of Medium Purple #A75BFC
Tints of Medium Purple #A75BFC
RGB
CMYK
RGB Variations
Color information
#A75BFC (or 0xA75BFC) is known color: Medium Purple. HEX triplet: A7, 5B and FC. RGB value is (167,91,252). Sum of RGB (Red+Green+Blue) = 167+91+252=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #A75BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75BFC is #58A403. Grayscale: #838383. Windows color (decimal): -5809156 or 16538535. OLE color: 16538535.
HSL color Cylindrical-coordinate representation of color #A75BFC: hue angle of 268.32º degrees, saturation: 0.96, 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 #A75BFC is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 91 | 252 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.01 |
| HSL | 268.32º | 0.96% | 0.67% | - |
| HSV(B) | 268.32º | 0.64% | 0.99% | - |
| XYZ | 37.25 | 22.73 | 94.52 | - |
| YUV | 132.08 | 195.68 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 252 | 0.34 | 0.64 | 0 | 0.01 | 268.32 | 0.96 | 0.67 |
| Hex | A7 | 5B | FC | 22 | 40 | 0 | 1 | 10C | 60 | 43 |
| Octal | 247 | 133 | 374 | 42 | 100 | 0 | 1 | 414 | 140 | 103 |
| Binary | 10100111 | 1011011 | 11111100 | 100010 | 1000000 | 0 | 1 | 100001100 | 1100000 | 1000011 |
Color Harmonies of #A75BFC
Complementary color
Monochromatic Colors of #A75BFC
Black with #A75BFC
Text Example
Text Example
White with #A75BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75BFC; }
p { color: rgb(167,91,252); }
H1.HeaderClassName
{
color: #A75BFC;
}
.AnyTagClassName
{
color: #A75BFC;
}
</style>
background-color css
<style>
a { background-color: #A75BFC; }
a { background-color: rgb(167,91,252); }
div.DivClassName
{
background-color: #A75BFC;
}
.BgClassName
{
background-color: #A75BFC;
}
</style>
border-color css
<style>
span { border-color: #A75BFC; }
span { border-color: rgb(167,91,252); }
td.TdClassName
{
border-color: #A75BFC;
}
.TagClassName
{
border-color: #A75BFC;
}
</style>