Shades of Medium Purple #A55FFE
Tints of Medium Purple #A55FFE
RGB
CMYK
RGB Variations
Color information
#A55FFE (or 0xA55FFE) is known color: Medium Purple. HEX triplet: A5, 5F and FE. RGB value is (165,95,254). Sum of RGB (Red+Green+Blue) = 165+95+254=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #A55FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FFE is #5AA001. Grayscale: #858585. Windows color (decimal): -5939202 or 16670629. OLE color: 16670629.
HSL color Cylindrical-coordinate representation of color #A55FFE: hue angle of 266.42º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A55FFE is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 95 | 254 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.00 |
| HSL | 266.42º | 0.99% | 0.68% | - |
| HSV(B) | 266.42º | 0.63% | 1% | - |
| XYZ | 37.5 | 23.34 | 96.29 | - |
| YUV | 134.06 | 195.69 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 254 | 0.35 | 0.63 | 0 | 0.00 | 266.42 | 0.99 | 0.68 |
| Hex | A5 | 5F | FE | 23 | 3F | 0 | 0 | 10A | 63 | 44 |
| Octal | 245 | 137 | 376 | 43 | 77 | 0 | 0 | 412 | 143 | 104 |
| Binary | 10100101 | 1011111 | 11111110 | 100011 | 111111 | 0 | 0 | 100001010 | 1100011 | 1000100 |
Color Harmonies of #A55FFE
Complementary color
Monochromatic Colors of #A55FFE
Black with #A55FFE
Text Example
Text Example
White with #A55FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FFE; }
p { color: rgb(165,95,254); }
H1.HeaderClassName
{
color: #A55FFE;
}
.AnyTagClassName
{
color: #A55FFE;
}
</style>
background-color css
<style>
a { background-color: #A55FFE; }
a { background-color: rgb(165,95,254); }
div.DivClassName
{
background-color: #A55FFE;
}
.BgClassName
{
background-color: #A55FFE;
}
</style>
border-color css
<style>
span { border-color: #A55FFE; }
span { border-color: rgb(165,95,254); }
td.TdClassName
{
border-color: #A55FFE;
}
.TagClassName
{
border-color: #A55FFE;
}
</style>