Shades of Medium Purple #A550FC
Tints of Medium Purple #A550FC
RGB
CMYK
RGB Variations
Color information
#A550FC (or 0xA550FC) is known color: Medium Purple. HEX triplet: A5, 50 and FC. RGB value is (165,80,252). Sum of RGB (Red+Green+Blue) = 165+80+252=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #A550FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A550FC is #5AAF03. Grayscale: #7C7C7C. Windows color (decimal): -5943044 or 16535717. OLE color: 16535717.
HSL color Cylindrical-coordinate representation of color #A550FC: hue angle of 269.65º 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 #A550FC is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 80 | 252 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.01 |
| HSL | 269.65º | 0.97% | 0.65% | - |
| HSV(B) | 269.65º | 0.68% | 0.99% | - |
| XYZ | 35.96 | 20.76 | 94.21 | - |
| YUV | 125.02 | 199.66 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 252 | 0.35 | 0.68 | 0 | 0.01 | 269.65 | 0.97 | 0.65 |
| Hex | A5 | 50 | FC | 23 | 44 | 0 | 1 | 10E | 61 | 41 |
| Octal | 245 | 120 | 374 | 43 | 104 | 0 | 1 | 416 | 141 | 101 |
| Binary | 10100101 | 1010000 | 11111100 | 100011 | 1000100 | 0 | 1 | 100001110 | 1100001 | 1000001 |
Color Harmonies of #A550FC
Complementary color
Monochromatic Colors of #A550FC
Black with #A550FC
Text Example
Text Example
White with #A550FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A550FC; }
p { color: rgb(165,80,252); }
H1.HeaderClassName
{
color: #A550FC;
}
.AnyTagClassName
{
color: #A550FC;
}
</style>
background-color css
<style>
a { background-color: #A550FC; }
a { background-color: rgb(165,80,252); }
div.DivClassName
{
background-color: #A550FC;
}
.BgClassName
{
background-color: #A550FC;
}
</style>
border-color css
<style>
span { border-color: #A550FC; }
span { border-color: rgb(165,80,252); }
td.TdClassName
{
border-color: #A550FC;
}
.TagClassName
{
border-color: #A550FC;
}
</style>