Shades of Medium Purple #A551F7
Tints of Medium Purple #A551F7
RGB
CMYK
RGB Variations
Color information
#A551F7 (or 0xA551F7) is known color: Medium Purple. HEX triplet: A5, 51 and F7. RGB value is (165,81,247). Sum of RGB (Red+Green+Blue) = 165+81+247=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #A551F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A551F7 is #5AAE08. Grayscale: #7C7C7C. Windows color (decimal): -5942793 or 16208293. OLE color: 16208293.
HSL color Cylindrical-coordinate representation of color #A551F7: hue angle of 270.36º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A551F7 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 81 | 247 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.03 |
| HSL | 270.36º | 0.91% | 0.64% | - |
| HSV(B) | 270.36º | 0.67% | 0.97% | - |
| XYZ | 35.25 | 20.6 | 90.11 | - |
| YUV | 125.04 | 196.83 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 247 | 0.33 | 0.67 | 0 | 0.03 | 270.36 | 0.91 | 0.64 |
| Hex | A5 | 51 | F7 | 21 | 43 | 0 | 3 | 10E | 5B | 40 |
| Octal | 245 | 121 | 367 | 41 | 103 | 0 | 3 | 416 | 133 | 100 |
| Binary | 10100101 | 1010001 | 11110111 | 100001 | 1000011 | 0 | 11 | 100001110 | 1011011 | 1000000 |
Color Harmonies of #A551F7
Complementary color
Monochromatic Colors of #A551F7
Black with #A551F7
Text Example
Text Example
White with #A551F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551F7; }
p { color: rgb(165,81,247); }
H1.HeaderClassName
{
color: #A551F7;
}
.AnyTagClassName
{
color: #A551F7;
}
</style>
background-color css
<style>
a { background-color: #A551F7; }
a { background-color: rgb(165,81,247); }
div.DivClassName
{
background-color: #A551F7;
}
.BgClassName
{
background-color: #A551F7;
}
</style>
border-color css
<style>
span { border-color: #A551F7; }
span { border-color: rgb(165,81,247); }
td.TdClassName
{
border-color: #A551F7;
}
.TagClassName
{
border-color: #A551F7;
}
</style>