Shades of Medium Purple #A55BFE
Tints of Medium Purple #A55BFE
RGB
CMYK
RGB Variations
Color information
#A55BFE (or 0xA55BFE) is known color: Medium Purple. HEX triplet: A5, 5B and FE. RGB value is (165,91,254). Sum of RGB (Red+Green+Blue) = 165+91+254=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #A55BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BFE is #5AA401. Grayscale: #838383. Windows color (decimal): -5940226 or 16669605. OLE color: 16669605.
HSL color Cylindrical-coordinate representation of color #A55BFE: hue angle of 267.24º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A55BFE is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 91 | 254 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.00 |
| HSL | 267.24º | 0.99% | 0.68% | - |
| HSV(B) | 267.24º | 0.64% | 1% | - |
| XYZ | 37.15 | 22.64 | 96.18 | - |
| YUV | 131.71 | 197.02 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 254 | 0.35 | 0.64 | 0 | 0.00 | 267.24 | 0.99 | 0.68 |
| Hex | A5 | 5B | FE | 23 | 40 | 0 | 0 | 10B | 63 | 44 |
| Octal | 245 | 133 | 376 | 43 | 100 | 0 | 0 | 413 | 143 | 104 |
| Binary | 10100101 | 1011011 | 11111110 | 100011 | 1000000 | 0 | 0 | 100001011 | 1100011 | 1000100 |
Color Harmonies of #A55BFE
Complementary color
Monochromatic Colors of #A55BFE
Black with #A55BFE
Text Example
Text Example
White with #A55BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BFE; }
p { color: rgb(165,91,254); }
H1.HeaderClassName
{
color: #A55BFE;
}
.AnyTagClassName
{
color: #A55BFE;
}
</style>
background-color css
<style>
a { background-color: #A55BFE; }
a { background-color: rgb(165,91,254); }
div.DivClassName
{
background-color: #A55BFE;
}
.BgClassName
{
background-color: #A55BFE;
}
</style>
border-color css
<style>
span { border-color: #A55BFE; }
span { border-color: rgb(165,91,254); }
td.TdClassName
{
border-color: #A55BFE;
}
.TagClassName
{
border-color: #A55BFE;
}
</style>