Shades of Medium Purple #A55EF3
Tints of Medium Purple #A55EF3
RGB
CMYK
RGB Variations
Color information
#A55EF3 (or 0xA55EF3) is known color: Medium Purple. HEX triplet: A5, 5E and F3. RGB value is (165,94,243). Sum of RGB (Red+Green+Blue) = 165+94+243=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #A55EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55EF3 is #5AA10C. Grayscale: #838383. Windows color (decimal): -5939469 or 15949477. OLE color: 15949477.
HSL color Cylindrical-coordinate representation of color #A55EF3: hue angle of 268.59º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55EF3 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 94 | 243 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.05 |
| HSL | 268.59º | 0.86% | 0.66% | - |
| HSV(B) | 268.59º | 0.61% | 0.95% | - |
| XYZ | 35.7 | 22.48 | 87.25 | - |
| YUV | 132.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 243 | 0.32 | 0.61 | 0 | 0.05 | 268.59 | 0.86 | 0.66 |
| Hex | A5 | 5E | F3 | 20 | 3D | 0 | 5 | 10D | 56 | 42 |
| Octal | 245 | 136 | 363 | 40 | 75 | 0 | 5 | 415 | 126 | 102 |
| Binary | 10100101 | 1011110 | 11110011 | 100000 | 111101 | 0 | 101 | 100001101 | 1010110 | 1000010 |
Color Harmonies of #A55EF3
Complementary color
Monochromatic Colors of #A55EF3
Black with #A55EF3
Text Example
Text Example
White with #A55EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55EF3; }
p { color: rgb(165,94,243); }
H1.HeaderClassName
{
color: #A55EF3;
}
.AnyTagClassName
{
color: #A55EF3;
}
</style>
background-color css
<style>
a { background-color: #A55EF3; }
a { background-color: rgb(165,94,243); }
div.DivClassName
{
background-color: #A55EF3;
}
.BgClassName
{
background-color: #A55EF3;
}
</style>
border-color css
<style>
span { border-color: #A55EF3; }
span { border-color: rgb(165,94,243); }
td.TdClassName
{
border-color: #A55EF3;
}
.TagClassName
{
border-color: #A55EF3;
}
</style>