Shades of Medium Purple #A551FF
Tints of Medium Purple #A551FF
RGB
CMYK
RGB Variations
Color information
#A551FF (or 0xA551FF) is known color: Medium Purple. HEX triplet: A5, 51 and FF. RGB value is (165,81,255). Sum of RGB (Red+Green+Blue) = 165+81+255=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #A551FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A551FF is #5AAE00. Grayscale: #7D7D7D. Windows color (decimal): -5942785 or 16732581. OLE color: 16732581.
HSL color Cylindrical-coordinate representation of color #A551FF: hue angle of 268.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A551FF is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 81 | 255 | - |
| CMYK | 0.35 | 0.68 | 0 | 0 |
| HSL | 268.97º | 1% | 0.66% | - |
| HSV(B) | 268.97º | 0.68% | 1% | - |
| XYZ | 36.51 | 21.1 | 96.76 | - |
| YUV | 125.95 | 200.83 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 255 | 0.35 | 0.68 | 0 | 0 | 268.97 | 1 | 0.66 |
| Hex | A5 | 51 | FF | 23 | 44 | 0 | 0 | 10D | 64 | 42 |
| Octal | 245 | 121 | 377 | 43 | 104 | 0 | 0 | 415 | 144 | 102 |
| Binary | 10100101 | 1010001 | 11111111 | 100011 | 1000100 | 0 | 0 | 100001101 | 1100100 | 1000010 |
Color Harmonies of #A551FF
Complementary color
Monochromatic Colors of #A551FF
Black with #A551FF
Text Example
Text Example
White with #A551FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551FF; }
p { color: rgb(165,81,255); }
H1.HeaderClassName
{
color: #A551FF;
}
.AnyTagClassName
{
color: #A551FF;
}
</style>
background-color css
<style>
a { background-color: #A551FF; }
a { background-color: rgb(165,81,255); }
div.DivClassName
{
background-color: #A551FF;
}
.BgClassName
{
background-color: #A551FF;
}
</style>
border-color css
<style>
span { border-color: #A551FF; }
span { border-color: rgb(165,81,255); }
td.TdClassName
{
border-color: #A551FF;
}
.TagClassName
{
border-color: #A551FF;
}
</style>