Shades of Medium Purple #A353FB
Tints of Medium Purple #A353FB
RGB
CMYK
RGB Variations
Color information
#A353FB (or 0xA353FB) is known color: Medium Purple. HEX triplet: A3, 53 and FB. RGB value is (163,83,251). Sum of RGB (Red+Green+Blue) = 163+83+251=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #A353FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353FB is #5CAC04. Grayscale: #7D7D7D. Windows color (decimal): -6073349 or 16470947. OLE color: 16470947.
HSL color Cylindrical-coordinate representation of color #A353FB: hue angle of 268.57º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A353FB is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 83 | 251 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.02 |
| HSL | 268.57º | 0.95% | 0.65% | - |
| HSV(B) | 268.57º | 0.67% | 0.98% | - |
| XYZ | 35.61 | 20.94 | 93.43 | - |
| YUV | 126.07 | 198.5 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 251 | 0.35 | 0.67 | 0 | 0.02 | 268.57 | 0.95 | 0.65 |
| Hex | A3 | 53 | FB | 23 | 43 | 0 | 2 | 10D | 5F | 41 |
| Octal | 243 | 123 | 373 | 43 | 103 | 0 | 2 | 415 | 137 | 101 |
| Binary | 10100011 | 1010011 | 11111011 | 100011 | 1000011 | 0 | 10 | 100001101 | 1011111 | 1000001 |
Color Harmonies of #A353FB
Complementary color
Monochromatic Colors of #A353FB
Black with #A353FB
Text Example
Text Example
White with #A353FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353FB; }
p { color: rgb(163,83,251); }
H1.HeaderClassName
{
color: #A353FB;
}
.AnyTagClassName
{
color: #A353FB;
}
</style>
background-color css
<style>
a { background-color: #A353FB; }
a { background-color: rgb(163,83,251); }
div.DivClassName
{
background-color: #A353FB;
}
.BgClassName
{
background-color: #A353FB;
}
</style>
border-color css
<style>
span { border-color: #A353FB; }
span { border-color: rgb(163,83,251); }
td.TdClassName
{
border-color: #A353FB;
}
.TagClassName
{
border-color: #A353FB;
}
</style>