Shades of Medium Purple #A551FD
Tints of Medium Purple #A551FD
RGB
CMYK
RGB Variations
Color information
#A551FD (or 0xA551FD) is known color: Medium Purple. HEX triplet: A5, 51 and FD. RGB value is (165,81,253). Sum of RGB (Red+Green+Blue) = 165+81+253=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #A551FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A551FD is #5AAE02. Grayscale: #7D7D7D. Windows color (decimal): -5942787 or 16601509. OLE color: 16601509.
HSL color Cylindrical-coordinate representation of color #A551FD: hue angle of 269.3º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A551FD is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 81 | 253 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.01 |
| HSL | 269.3º | 0.98% | 0.65% | - |
| HSV(B) | 269.3º | 0.68% | 0.99% | - |
| XYZ | 36.19 | 20.98 | 95.07 | - |
| YUV | 125.72 | 199.83 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 253 | 0.35 | 0.68 | 0 | 0.01 | 269.3 | 0.98 | 0.65 |
| Hex | A5 | 51 | FD | 23 | 44 | 0 | 1 | 10D | 62 | 41 |
| Octal | 245 | 121 | 375 | 43 | 104 | 0 | 1 | 415 | 142 | 101 |
| Binary | 10100101 | 1010001 | 11111101 | 100011 | 1000100 | 0 | 1 | 100001101 | 1100010 | 1000001 |
Color Harmonies of #A551FD
Complementary color
Monochromatic Colors of #A551FD
Black with #A551FD
Text Example
Text Example
White with #A551FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551FD; }
p { color: rgb(165,81,253); }
H1.HeaderClassName
{
color: #A551FD;
}
.AnyTagClassName
{
color: #A551FD;
}
</style>
background-color css
<style>
a { background-color: #A551FD; }
a { background-color: rgb(165,81,253); }
div.DivClassName
{
background-color: #A551FD;
}
.BgClassName
{
background-color: #A551FD;
}
</style>
border-color css
<style>
span { border-color: #A551FD; }
span { border-color: rgb(165,81,253); }
td.TdClassName
{
border-color: #A551FD;
}
.TagClassName
{
border-color: #A551FD;
}
</style>