Shades of Medium Purple #A353F8
Tints of Medium Purple #A353F8
RGB
CMYK
RGB Variations
Color information
#A353F8 (or 0xA353F8) is known color: Medium Purple. HEX triplet: A3, 53 and F8. RGB value is (163,83,248). Sum of RGB (Red+Green+Blue) = 163+83+248=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #A353F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353F8 is #5CAC07. Grayscale: #7D7D7D. Windows color (decimal): -6073352 or 16274339. OLE color: 16274339.
HSL color Cylindrical-coordinate representation of color #A353F8: hue angle of 269.09º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A353F8 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 83 | 248 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.03 |
| HSL | 269.09º | 0.92% | 0.65% | - |
| HSV(B) | 269.09º | 0.67% | 0.97% | - |
| XYZ | 35.14 | 20.75 | 90.96 | - |
| YUV | 125.73 | 197 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 248 | 0.34 | 0.67 | 0 | 0.03 | 269.09 | 0.92 | 0.65 |
| Hex | A3 | 53 | F8 | 22 | 43 | 0 | 3 | 10D | 5C | 41 |
| Octal | 243 | 123 | 370 | 42 | 103 | 0 | 3 | 415 | 134 | 101 |
| Binary | 10100011 | 1010011 | 11111000 | 100010 | 1000011 | 0 | 11 | 100001101 | 1011100 | 1000001 |
Color Harmonies of #A353F8
Complementary color
Monochromatic Colors of #A353F8
Black with #A353F8
Text Example
Text Example
White with #A353F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353F8; }
p { color: rgb(163,83,248); }
H1.HeaderClassName
{
color: #A353F8;
}
.AnyTagClassName
{
color: #A353F8;
}
</style>
background-color css
<style>
a { background-color: #A353F8; }
a { background-color: rgb(163,83,248); }
div.DivClassName
{
background-color: #A353F8;
}
.BgClassName
{
background-color: #A353F8;
}
</style>
border-color css
<style>
span { border-color: #A353F8; }
span { border-color: rgb(163,83,248); }
td.TdClassName
{
border-color: #A353F8;
}
.TagClassName
{
border-color: #A353F8;
}
</style>