Shades of Medium Purple #A754FB
Tints of Medium Purple #A754FB
RGB
CMYK
RGB Variations
Color information
#A754FB (or 0xA754FB) is known color: Medium Purple. HEX triplet: A7, 54 and FB. RGB value is (167,84,251). Sum of RGB (Red+Green+Blue) = 167+84+251=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #A754FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A754FB is #58AB04. Grayscale: #7F7F7F. Windows color (decimal): -5810949 or 16471207. OLE color: 16471207.
HSL color Cylindrical-coordinate representation of color #A754FB: hue angle of 269.82º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A754FB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 84 | 251 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.02 |
| HSL | 269.82º | 0.95% | 0.66% | - |
| HSV(B) | 269.82º | 0.67% | 0.98% | - |
| XYZ | 36.52 | 21.52 | 93.5 | - |
| YUV | 127.86 | 197.5 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 251 | 0.33 | 0.67 | 0 | 0.02 | 269.82 | 0.95 | 0.66 |
| Hex | A7 | 54 | FB | 21 | 43 | 0 | 2 | 10E | 5F | 42 |
| Octal | 247 | 124 | 373 | 41 | 103 | 0 | 2 | 416 | 137 | 102 |
| Binary | 10100111 | 1010100 | 11111011 | 100001 | 1000011 | 0 | 10 | 100001110 | 1011111 | 1000010 |
Color Harmonies of #A754FB
Complementary color
Monochromatic Colors of #A754FB
Black with #A754FB
Text Example
Text Example
White with #A754FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A754FB; }
p { color: rgb(167,84,251); }
H1.HeaderClassName
{
color: #A754FB;
}
.AnyTagClassName
{
color: #A754FB;
}
</style>
background-color css
<style>
a { background-color: #A754FB; }
a { background-color: rgb(167,84,251); }
div.DivClassName
{
background-color: #A754FB;
}
.BgClassName
{
background-color: #A754FB;
}
</style>
border-color css
<style>
span { border-color: #A754FB; }
span { border-color: rgb(167,84,251); }
td.TdClassName
{
border-color: #A754FB;
}
.TagClassName
{
border-color: #A754FB;
}
</style>