Shades of Medium Purple #A554FF
Tints of Medium Purple #A554FF
RGB
CMYK
RGB Variations
Color information
#A554FF (or 0xA554FF) is known color: Medium Purple. HEX triplet: A5, 54 and FF. RGB value is (165,84,255). Sum of RGB (Red+Green+Blue) = 165+84+255=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #A554FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A554FF is #5AAB00. Grayscale: #7F7F7F. Windows color (decimal): -5942017 or 16733349. OLE color: 16733349.
HSL color Cylindrical-coordinate representation of color #A554FF: hue angle of 268.42º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A554FF is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 84 | 255 | - |
| CMYK | 0.35 | 0.67 | 0 | 0 |
| HSL | 268.42º | 1% | 0.66% | - |
| HSV(B) | 268.42º | 0.67% | 1% | - |
| XYZ | 36.74 | 21.56 | 96.83 | - |
| YUV | 127.71 | 199.84 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 255 | 0.35 | 0.67 | 0 | 0 | 268.42 | 1 | 0.66 |
| Hex | A5 | 54 | FF | 23 | 43 | 0 | 0 | 10C | 64 | 42 |
| Octal | 245 | 124 | 377 | 43 | 103 | 0 | 0 | 414 | 144 | 102 |
| Binary | 10100101 | 1010100 | 11111111 | 100011 | 1000011 | 0 | 0 | 100001100 | 1100100 | 1000010 |
Color Harmonies of #A554FF
Complementary color
Monochromatic Colors of #A554FF
Black with #A554FF
Text Example
Text Example
White with #A554FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554FF; }
p { color: rgb(165,84,255); }
H1.HeaderClassName
{
color: #A554FF;
}
.AnyTagClassName
{
color: #A554FF;
}
</style>
background-color css
<style>
a { background-color: #A554FF; }
a { background-color: rgb(165,84,255); }
div.DivClassName
{
background-color: #A554FF;
}
.BgClassName
{
background-color: #A554FF;
}
</style>
border-color css
<style>
span { border-color: #A554FF; }
span { border-color: rgb(165,84,255); }
td.TdClassName
{
border-color: #A554FF;
}
.TagClassName
{
border-color: #A554FF;
}
</style>