Shades of Medium Purple #A551FC
Tints of Medium Purple #A551FC
RGB
CMYK
RGB Variations
Color information
#A551FC (or 0xA551FC) is known color: Medium Purple. HEX triplet: A5, 51 and FC. RGB value is (165,81,252). Sum of RGB (Red+Green+Blue) = 165+81+252=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #A551FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A551FC is #5AAE03. Grayscale: #7D7D7D. Windows color (decimal): -5942788 or 16535973. OLE color: 16535973.
HSL color Cylindrical-coordinate representation of color #A551FC: hue angle of 269.47º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A551FC is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 81 | 252 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.01 |
| HSL | 269.47º | 0.97% | 0.65% | - |
| HSV(B) | 269.47º | 0.68% | 0.99% | - |
| XYZ | 36.03 | 20.91 | 94.23 | - |
| YUV | 125.61 | 199.33 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 252 | 0.35 | 0.68 | 0 | 0.01 | 269.47 | 0.97 | 0.65 |
| Hex | A5 | 51 | FC | 23 | 44 | 0 | 1 | 10D | 61 | 41 |
| Octal | 245 | 121 | 374 | 43 | 104 | 0 | 1 | 415 | 141 | 101 |
| Binary | 10100101 | 1010001 | 11111100 | 100011 | 1000100 | 0 | 1 | 100001101 | 1100001 | 1000001 |
Color Harmonies of #A551FC
Complementary color
Monochromatic Colors of #A551FC
Black with #A551FC
Text Example
Text Example
White with #A551FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551FC; }
p { color: rgb(165,81,252); }
H1.HeaderClassName
{
color: #A551FC;
}
.AnyTagClassName
{
color: #A551FC;
}
</style>
background-color css
<style>
a { background-color: #A551FC; }
a { background-color: rgb(165,81,252); }
div.DivClassName
{
background-color: #A551FC;
}
.BgClassName
{
background-color: #A551FC;
}
</style>
border-color css
<style>
span { border-color: #A551FC; }
span { border-color: rgb(165,81,252); }
td.TdClassName
{
border-color: #A551FC;
}
.TagClassName
{
border-color: #A551FC;
}
</style>