Shades of Medium Purple #A353F1
Tints of Medium Purple #A353F1
RGB
CMYK
RGB Variations
Color information
#A353F1 (or 0xA353F1) is known color: Medium Purple. HEX triplet: A3, 53 and F1. RGB value is (163,83,241). Sum of RGB (Red+Green+Blue) = 163+83+241=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #A353F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353F1 is #5CAC0E. Grayscale: #7C7C7C. Windows color (decimal): -6073359 or 15815587. OLE color: 15815587.
HSL color Cylindrical-coordinate representation of color #A353F1: hue angle of 270.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A353F1 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 83 | 241 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.05 |
| HSL | 270.38º | 0.85% | 0.64% | - |
| HSV(B) | 270.38º | 0.66% | 0.95% | - |
| XYZ | 34.07 | 20.32 | 85.35 | - |
| YUV | 124.93 | 193.5 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 241 | 0.32 | 0.66 | 0 | 0.05 | 270.38 | 0.85 | 0.64 |
| Hex | A3 | 53 | F1 | 20 | 42 | 0 | 5 | 10E | 55 | 40 |
| Octal | 243 | 123 | 361 | 40 | 102 | 0 | 5 | 416 | 125 | 100 |
| Binary | 10100011 | 1010011 | 11110001 | 100000 | 1000010 | 0 | 101 | 100001110 | 1010101 | 1000000 |
Color Harmonies of #A353F1
Complementary color
Monochromatic Colors of #A353F1
Black with #A353F1
Text Example
Text Example
White with #A353F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353F1; }
p { color: rgb(163,83,241); }
H1.HeaderClassName
{
color: #A353F1;
}
.AnyTagClassName
{
color: #A353F1;
}
</style>
background-color css
<style>
a { background-color: #A353F1; }
a { background-color: rgb(163,83,241); }
div.DivClassName
{
background-color: #A353F1;
}
.BgClassName
{
background-color: #A353F1;
}
</style>
border-color css
<style>
span { border-color: #A353F1; }
span { border-color: rgb(163,83,241); }
td.TdClassName
{
border-color: #A353F1;
}
.TagClassName
{
border-color: #A353F1;
}
</style>