Shades of Medium Purple #A55BF9
Tints of Medium Purple #A55BF9
RGB
CMYK
RGB Variations
Color information
#A55BF9 (or 0xA55BF9) is known color: Medium Purple. HEX triplet: A5, 5B and F9. RGB value is (165,91,249). Sum of RGB (Red+Green+Blue) = 165+91+249=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #A55BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BF9 is #5AA406. Grayscale: #828282. Windows color (decimal): -5940231 or 16341925. OLE color: 16341925.
HSL color Cylindrical-coordinate representation of color #A55BF9: hue angle of 268.1º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A55BF9 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 91 | 249 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.02 |
| HSL | 268.1º | 0.93% | 0.67% | - |
| HSV(B) | 268.1º | 0.63% | 0.98% | - |
| XYZ | 36.36 | 22.32 | 92.01 | - |
| YUV | 131.14 | 194.52 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 249 | 0.34 | 0.63 | 0 | 0.02 | 268.1 | 0.93 | 0.67 |
| Hex | A5 | 5B | F9 | 22 | 3F | 0 | 2 | 10C | 5D | 43 |
| Octal | 245 | 133 | 371 | 42 | 77 | 0 | 2 | 414 | 135 | 103 |
| Binary | 10100101 | 1011011 | 11111001 | 100010 | 111111 | 0 | 10 | 100001100 | 1011101 | 1000011 |
Color Harmonies of #A55BF9
Complementary color
Monochromatic Colors of #A55BF9
Black with #A55BF9
Text Example
Text Example
White with #A55BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BF9; }
p { color: rgb(165,91,249); }
H1.HeaderClassName
{
color: #A55BF9;
}
.AnyTagClassName
{
color: #A55BF9;
}
</style>
background-color css
<style>
a { background-color: #A55BF9; }
a { background-color: rgb(165,91,249); }
div.DivClassName
{
background-color: #A55BF9;
}
.BgClassName
{
background-color: #A55BF9;
}
</style>
border-color css
<style>
span { border-color: #A55BF9; }
span { border-color: rgb(165,91,249); }
td.TdClassName
{
border-color: #A55BF9;
}
.TagClassName
{
border-color: #A55BF9;
}
</style>