Shades of Medium Purple #A55AF1
Tints of Medium Purple #A55AF1
RGB
CMYK
RGB Variations
Color information
#A55AF1 (or 0xA55AF1) is known color: Medium Purple. HEX triplet: A5, 5A and F1. RGB value is (165,90,241). Sum of RGB (Red+Green+Blue) = 165+90+241=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #A55AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AF1 is #5AA50E. Grayscale: #818181. Windows color (decimal): -5940495 or 15817381. OLE color: 15817381.
HSL color Cylindrical-coordinate representation of color #A55AF1: hue angle of 269.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A55AF1 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 90 | 241 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.05 |
| HSL | 269.8º | 0.84% | 0.65% | - |
| HSV(B) | 269.8º | 0.63% | 0.95% | - |
| XYZ | 35.05 | 21.66 | 85.55 | - |
| YUV | 129.64 | 190.85 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 241 | 0.32 | 0.63 | 0 | 0.05 | 269.8 | 0.84 | 0.65 |
| Hex | A5 | 5A | F1 | 20 | 3F | 0 | 5 | 10E | 54 | 41 |
| Octal | 245 | 132 | 361 | 40 | 77 | 0 | 5 | 416 | 124 | 101 |
| Binary | 10100101 | 1011010 | 11110001 | 100000 | 111111 | 0 | 101 | 100001110 | 1010100 | 1000001 |
Color Harmonies of #A55AF1
Complementary color
Monochromatic Colors of #A55AF1
Black with #A55AF1
Text Example
Text Example
White with #A55AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AF1; }
p { color: rgb(165,90,241); }
H1.HeaderClassName
{
color: #A55AF1;
}
.AnyTagClassName
{
color: #A55AF1;
}
</style>
background-color css
<style>
a { background-color: #A55AF1; }
a { background-color: rgb(165,90,241); }
div.DivClassName
{
background-color: #A55AF1;
}
.BgClassName
{
background-color: #A55AF1;
}
</style>
border-color css
<style>
span { border-color: #A55AF1; }
span { border-color: rgb(165,90,241); }
td.TdClassName
{
border-color: #A55AF1;
}
.TagClassName
{
border-color: #A55AF1;
}
</style>