Shades of Medium Purple #A55BF7
Tints of Medium Purple #A55BF7
RGB
CMYK
RGB Variations
Color information
#A55BF7 (or 0xA55BF7) is known color: Medium Purple. HEX triplet: A5, 5B and F7. RGB value is (165,91,247). Sum of RGB (Red+Green+Blue) = 165+91+247=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #A55BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BF7 is #5AA408. Grayscale: #828282. Windows color (decimal): -5940233 or 16210853. OLE color: 16210853.
HSL color Cylindrical-coordinate representation of color #A55BF7: hue angle of 268.46º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A55BF7 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 91 | 247 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.03 |
| HSL | 268.46º | 0.91% | 0.66% | - |
| HSV(B) | 268.46º | 0.63% | 0.97% | - |
| XYZ | 36.05 | 22.2 | 90.38 | - |
| YUV | 130.91 | 193.52 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 247 | 0.33 | 0.63 | 0 | 0.03 | 268.46 | 0.91 | 0.66 |
| Hex | A5 | 5B | F7 | 21 | 3F | 0 | 3 | 10C | 5B | 42 |
| Octal | 245 | 133 | 367 | 41 | 77 | 0 | 3 | 414 | 133 | 102 |
| Binary | 10100101 | 1011011 | 11110111 | 100001 | 111111 | 0 | 11 | 100001100 | 1011011 | 1000010 |
Color Harmonies of #A55BF7
Complementary color
Monochromatic Colors of #A55BF7
Black with #A55BF7
Text Example
Text Example
White with #A55BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BF7; }
p { color: rgb(165,91,247); }
H1.HeaderClassName
{
color: #A55BF7;
}
.AnyTagClassName
{
color: #A55BF7;
}
</style>
background-color css
<style>
a { background-color: #A55BF7; }
a { background-color: rgb(165,91,247); }
div.DivClassName
{
background-color: #A55BF7;
}
.BgClassName
{
background-color: #A55BF7;
}
</style>
border-color css
<style>
span { border-color: #A55BF7; }
span { border-color: rgb(165,91,247); }
td.TdClassName
{
border-color: #A55BF7;
}
.TagClassName
{
border-color: #A55BF7;
}
</style>