Shades of Medium Purple #A854FB
Tints of Medium Purple #A854FB
RGB
CMYK
RGB Variations
Color information
#A854FB (or 0xA854FB) is known color: Medium Purple. HEX triplet: A8, 54 and FB. RGB value is (168,84,251). Sum of RGB (Red+Green+Blue) = 168+84+251=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #A854FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A854FB is #57AB04. Grayscale: #7F7F7F. Windows color (decimal): -5745413 or 16471208. OLE color: 16471208.
HSL color Cylindrical-coordinate representation of color #A854FB: hue angle of 270.18º 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 #A854FB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 84 | 251 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.02 |
| HSL | 270.18º | 0.95% | 0.66% | - |
| HSV(B) | 270.18º | 0.67% | 0.98% | - |
| XYZ | 36.73 | 21.63 | 93.51 | - |
| YUV | 128.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 251 | 0.33 | 0.67 | 0 | 0.02 | 270.18 | 0.95 | 0.66 |
| Hex | A8 | 54 | FB | 21 | 43 | 0 | 2 | 10E | 5F | 42 |
| Octal | 250 | 124 | 373 | 41 | 103 | 0 | 2 | 416 | 137 | 102 |
| Binary | 10101000 | 1010100 | 11111011 | 100001 | 1000011 | 0 | 10 | 100001110 | 1011111 | 1000010 |
Color Harmonies of #A854FB
Complementary color
Monochromatic Colors of #A854FB
Black with #A854FB
Text Example
Text Example
White with #A854FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854FB; }
p { color: rgb(168,84,251); }
H1.HeaderClassName
{
color: #A854FB;
}
.AnyTagClassName
{
color: #A854FB;
}
</style>
background-color css
<style>
a { background-color: #A854FB; }
a { background-color: rgb(168,84,251); }
div.DivClassName
{
background-color: #A854FB;
}
.BgClassName
{
background-color: #A854FB;
}
</style>
border-color css
<style>
span { border-color: #A854FB; }
span { border-color: rgb(168,84,251); }
td.TdClassName
{
border-color: #A854FB;
}
.TagClassName
{
border-color: #A854FB;
}
</style>