Shades of Medium Purple #A55AF2
Tints of Medium Purple #A55AF2
RGB
CMYK
RGB Variations
Color information
#A55AF2 (or 0xA55AF2) is known color: Medium Purple. HEX triplet: A5, 5A and F2. RGB value is (165,90,242). Sum of RGB (Red+Green+Blue) = 165+90+242=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #A55AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AF2 is #5AA50D. Grayscale: #818181. Windows color (decimal): -5940494 or 15882917. OLE color: 15882917.
HSL color Cylindrical-coordinate representation of color #A55AF2: hue angle of 269.61º degrees, saturation: 0.85, 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 #A55AF2 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 90 | 242 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.05 |
| HSL | 269.61º | 0.85% | 0.65% | - |
| HSV(B) | 269.61º | 0.63% | 0.95% | - |
| XYZ | 35.2 | 21.72 | 86.34 | - |
| YUV | 129.75 | 191.35 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 242 | 0.32 | 0.63 | 0 | 0.05 | 269.61 | 0.85 | 0.65 |
| Hex | A5 | 5A | F2 | 20 | 3F | 0 | 5 | 10E | 55 | 41 |
| Octal | 245 | 132 | 362 | 40 | 77 | 0 | 5 | 416 | 125 | 101 |
| Binary | 10100101 | 1011010 | 11110010 | 100000 | 111111 | 0 | 101 | 100001110 | 1010101 | 1000001 |
Color Harmonies of #A55AF2
Complementary color
Monochromatic Colors of #A55AF2
Black with #A55AF2
Text Example
Text Example
White with #A55AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AF2; }
p { color: rgb(165,90,242); }
H1.HeaderClassName
{
color: #A55AF2;
}
.AnyTagClassName
{
color: #A55AF2;
}
</style>
background-color css
<style>
a { background-color: #A55AF2; }
a { background-color: rgb(165,90,242); }
div.DivClassName
{
background-color: #A55AF2;
}
.BgClassName
{
background-color: #A55AF2;
}
</style>
border-color css
<style>
span { border-color: #A55AF2; }
span { border-color: rgb(165,90,242); }
td.TdClassName
{
border-color: #A55AF2;
}
.TagClassName
{
border-color: #A55AF2;
}
</style>