Shades of Medium Purple #A553FD
Tints of Medium Purple #A553FD
RGB
CMYK
RGB Variations
Color information
#A553FD (or 0xA553FD) is known color: Medium Purple. HEX triplet: A5, 53 and FD. RGB value is (165,83,253). Sum of RGB (Red+Green+Blue) = 165+83+253=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #A553FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A553FD is #5AAC02. Grayscale: #7E7E7E. Windows color (decimal): -5942275 or 16602021. OLE color: 16602021.
HSL color Cylindrical-coordinate representation of color #A553FD: hue angle of 268.94º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A553FD is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 83 | 253 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.01 |
| HSL | 268.94º | 0.98% | 0.66% | - |
| HSV(B) | 268.94º | 0.67% | 0.99% | - |
| XYZ | 36.34 | 21.28 | 95.12 | - |
| YUV | 126.9 | 199.17 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 83 | 253 | 0.35 | 0.67 | 0 | 0.01 | 268.94 | 0.98 | 0.66 |
| Hex | A5 | 53 | FD | 23 | 43 | 0 | 1 | 10D | 62 | 42 |
| Octal | 245 | 123 | 375 | 43 | 103 | 0 | 1 | 415 | 142 | 102 |
| Binary | 10100101 | 1010011 | 11111101 | 100011 | 1000011 | 0 | 1 | 100001101 | 1100010 | 1000010 |
Color Harmonies of #A553FD
Complementary color
Monochromatic Colors of #A553FD
Black with #A553FD
Text Example
Text Example
White with #A553FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A553FD; }
p { color: rgb(165,83,253); }
H1.HeaderClassName
{
color: #A553FD;
}
.AnyTagClassName
{
color: #A553FD;
}
</style>
background-color css
<style>
a { background-color: #A553FD; }
a { background-color: rgb(165,83,253); }
div.DivClassName
{
background-color: #A553FD;
}
.BgClassName
{
background-color: #A553FD;
}
</style>
border-color css
<style>
span { border-color: #A553FD; }
span { border-color: rgb(165,83,253); }
td.TdClassName
{
border-color: #A553FD;
}
.TagClassName
{
border-color: #A553FD;
}
</style>