Shades of Medium Purple #A553FE
Tints of Medium Purple #A553FE
RGB
CMYK
RGB Variations
Color information
#A553FE (or 0xA553FE) is known color: Medium Purple. HEX triplet: A5, 53 and FE. RGB value is (165,83,254). Sum of RGB (Red+Green+Blue) = 165+83+254=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #A553FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A553FE is #5AAC01. Grayscale: #7E7E7E. Windows color (decimal): -5942274 or 16667557. OLE color: 16667557.
HSL color Cylindrical-coordinate representation of color #A553FE: hue angle of 268.77º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A553FE is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 83 | 254 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.00 |
| HSL | 268.77º | 0.99% | 0.66% | - |
| HSV(B) | 268.77º | 0.67% | 1% | - |
| XYZ | 36.5 | 21.34 | 95.96 | - |
| YUV | 127.01 | 199.67 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 83 | 254 | 0.35 | 0.67 | 0 | 0.00 | 268.77 | 0.99 | 0.66 |
| Hex | A5 | 53 | FE | 23 | 43 | 0 | 0 | 10D | 63 | 42 |
| Octal | 245 | 123 | 376 | 43 | 103 | 0 | 0 | 415 | 143 | 102 |
| Binary | 10100101 | 1010011 | 11111110 | 100011 | 1000011 | 0 | 0 | 100001101 | 1100011 | 1000010 |
Color Harmonies of #A553FE
Complementary color
Monochromatic Colors of #A553FE
Black with #A553FE
Text Example
Text Example
White with #A553FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A553FE; }
p { color: rgb(165,83,254); }
H1.HeaderClassName
{
color: #A553FE;
}
.AnyTagClassName
{
color: #A553FE;
}
</style>
background-color css
<style>
a { background-color: #A553FE; }
a { background-color: rgb(165,83,254); }
div.DivClassName
{
background-color: #A553FE;
}
.BgClassName
{
background-color: #A553FE;
}
</style>
border-color css
<style>
span { border-color: #A553FE; }
span { border-color: rgb(165,83,254); }
td.TdClassName
{
border-color: #A553FE;
}
.TagClassName
{
border-color: #A553FE;
}
</style>