Shades of Medium Purple #A474FB
Tints of Medium Purple #A474FB
RGB
CMYK
RGB Variations
Color information
#A474FB (or 0xA474FB) is known color: Medium Purple. HEX triplet: A4, 74 and FB. RGB value is (164,116,251). Sum of RGB (Red+Green+Blue) = 164+116+251=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #A474FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474FB is #5B8B04. Grayscale: #919191. Windows color (decimal): -5999365 or 16479396. OLE color: 16479396.
HSL color Cylindrical-coordinate representation of color #A474FB: hue angle of 261.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A474FB is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 116 | 251 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.02 |
| HSL | 261.33º | 0.94% | 0.72% | - |
| HSV(B) | 261.33º | 0.54% | 0.98% | - |
| XYZ | 38.97 | 27.35 | 94.49 | - |
| YUV | 145.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 251 | 0.35 | 0.54 | 0 | 0.02 | 261.33 | 0.94 | 0.72 |
| Hex | A4 | 74 | FB | 23 | 36 | 0 | 2 | 105 | 5E | 48 |
| Octal | 244 | 164 | 373 | 43 | 66 | 0 | 2 | 405 | 136 | 110 |
| Binary | 10100100 | 1110100 | 11111011 | 100011 | 110110 | 0 | 10 | 100000101 | 1011110 | 1001000 |
Color Harmonies of #A474FB
Complementary color
Monochromatic Colors of #A474FB
Black with #A474FB
Text Example
Text Example
White with #A474FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474FB; }
p { color: rgb(164,116,251); }
H1.HeaderClassName
{
color: #A474FB;
}
.AnyTagClassName
{
color: #A474FB;
}
</style>
background-color css
<style>
a { background-color: #A474FB; }
a { background-color: rgb(164,116,251); }
div.DivClassName
{
background-color: #A474FB;
}
.BgClassName
{
background-color: #A474FB;
}
</style>
border-color css
<style>
span { border-color: #A474FB; }
span { border-color: rgb(164,116,251); }
td.TdClassName
{
border-color: #A474FB;
}
.TagClassName
{
border-color: #A474FB;
}
</style>