Shades of Medium Purple #A55AF3
Tints of Medium Purple #A55AF3
RGB
CMYK
RGB Variations
Color information
#A55AF3 (or 0xA55AF3) is known color: Medium Purple. HEX triplet: A5, 5A and F3. RGB value is (165,90,243). Sum of RGB (Red+Green+Blue) = 165+90+243=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #A55AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AF3 is #5AA50C. Grayscale: #818181. Windows color (decimal): -5940493 or 15948453. OLE color: 15948453.
HSL color Cylindrical-coordinate representation of color #A55AF3: hue angle of 269.41º degrees, saturation: 0.86, 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 #A55AF3 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 90 | 243 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.05 |
| HSL | 269.41º | 0.86% | 0.65% | - |
| HSV(B) | 269.41º | 0.63% | 0.95% | - |
| XYZ | 35.35 | 21.78 | 87.14 | - |
| YUV | 129.87 | 191.85 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 243 | 0.32 | 0.63 | 0 | 0.05 | 269.41 | 0.86 | 0.65 |
| Hex | A5 | 5A | F3 | 20 | 3F | 0 | 5 | 10D | 56 | 41 |
| Octal | 245 | 132 | 363 | 40 | 77 | 0 | 5 | 415 | 126 | 101 |
| Binary | 10100101 | 1011010 | 11110011 | 100000 | 111111 | 0 | 101 | 100001101 | 1010110 | 1000001 |
Color Harmonies of #A55AF3
Complementary color
Monochromatic Colors of #A55AF3
Black with #A55AF3
Text Example
Text Example
White with #A55AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AF3; }
p { color: rgb(165,90,243); }
H1.HeaderClassName
{
color: #A55AF3;
}
.AnyTagClassName
{
color: #A55AF3;
}
</style>
background-color css
<style>
a { background-color: #A55AF3; }
a { background-color: rgb(165,90,243); }
div.DivClassName
{
background-color: #A55AF3;
}
.BgClassName
{
background-color: #A55AF3;
}
</style>
border-color css
<style>
span { border-color: #A55AF3; }
span { border-color: rgb(165,90,243); }
td.TdClassName
{
border-color: #A55AF3;
}
.TagClassName
{
border-color: #A55AF3;
}
</style>