Shades of Medium Purple #A555FB
Tints of Medium Purple #A555FB
RGB
CMYK
RGB Variations
Color information
#A555FB (or 0xA555FB) is known color: Medium Purple. HEX triplet: A5, 55 and FB. RGB value is (165,85,251). Sum of RGB (Red+Green+Blue) = 165+85+251=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #A555FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A555FB is #5AAA04. Grayscale: #7F7F7F. Windows color (decimal): -5941765 or 16471461. OLE color: 16471461.
HSL color Cylindrical-coordinate representation of color #A555FB: hue angle of 268.92º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A555FB is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 85 | 251 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.02 |
| HSL | 268.92º | 0.95% | 0.66% | - |
| HSV(B) | 268.92º | 0.66% | 0.98% | - |
| XYZ | 36.18 | 21.46 | 93.5 | - |
| YUV | 127.84 | 197.5 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 251 | 0.34 | 0.66 | 0 | 0.02 | 268.92 | 0.95 | 0.66 |
| Hex | A5 | 55 | FB | 22 | 42 | 0 | 2 | 10D | 5F | 42 |
| Octal | 245 | 125 | 373 | 42 | 102 | 0 | 2 | 415 | 137 | 102 |
| Binary | 10100101 | 1010101 | 11111011 | 100010 | 1000010 | 0 | 10 | 100001101 | 1011111 | 1000010 |
Color Harmonies of #A555FB
Complementary color
Monochromatic Colors of #A555FB
Black with #A555FB
Text Example
Text Example
White with #A555FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A555FB; }
p { color: rgb(165,85,251); }
H1.HeaderClassName
{
color: #A555FB;
}
.AnyTagClassName
{
color: #A555FB;
}
</style>
background-color css
<style>
a { background-color: #A555FB; }
a { background-color: rgb(165,85,251); }
div.DivClassName
{
background-color: #A555FB;
}
.BgClassName
{
background-color: #A555FB;
}
</style>
border-color css
<style>
span { border-color: #A555FB; }
span { border-color: rgb(165,85,251); }
td.TdClassName
{
border-color: #A555FB;
}
.TagClassName
{
border-color: #A555FB;
}
</style>