Shades of Medium Purple #A55EFC
Tints of Medium Purple #A55EFC
RGB
CMYK
RGB Variations
Color information
#A55EFC (or 0xA55EFC) is known color: Medium Purple. HEX triplet: A5, 5E and FC. RGB value is (165,94,252). Sum of RGB (Red+Green+Blue) = 165+94+252=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #A55EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55EFC is #5AA103. Grayscale: #848484. Windows color (decimal): -5939460 or 16539301. OLE color: 16539301.
HSL color Cylindrical-coordinate representation of color #A55EFC: hue angle of 266.96º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A55EFC is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 94 | 252 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.01 |
| HSL | 266.96º | 0.96% | 0.68% | - |
| HSV(B) | 266.96º | 0.63% | 0.99% | - |
| XYZ | 37.09 | 23.03 | 94.59 | - |
| YUV | 133.24 | 195.02 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 252 | 0.35 | 0.63 | 0 | 0.01 | 266.96 | 0.96 | 0.68 |
| Hex | A5 | 5E | FC | 23 | 3F | 0 | 1 | 10B | 60 | 44 |
| Octal | 245 | 136 | 374 | 43 | 77 | 0 | 1 | 413 | 140 | 104 |
| Binary | 10100101 | 1011110 | 11111100 | 100011 | 111111 | 0 | 1 | 100001011 | 1100000 | 1000100 |
Color Harmonies of #A55EFC
Complementary color
Monochromatic Colors of #A55EFC
Black with #A55EFC
Text Example
Text Example
White with #A55EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55EFC; }
p { color: rgb(165,94,252); }
H1.HeaderClassName
{
color: #A55EFC;
}
.AnyTagClassName
{
color: #A55EFC;
}
</style>
background-color css
<style>
a { background-color: #A55EFC; }
a { background-color: rgb(165,94,252); }
div.DivClassName
{
background-color: #A55EFC;
}
.BgClassName
{
background-color: #A55EFC;
}
</style>
border-color css
<style>
span { border-color: #A55EFC; }
span { border-color: rgb(165,94,252); }
td.TdClassName
{
border-color: #A55EFC;
}
.TagClassName
{
border-color: #A55EFC;
}
</style>