Shades of Medium Purple #A353FC
Tints of Medium Purple #A353FC
RGB
CMYK
RGB Variations
Color information
#A353FC (or 0xA353FC) is known color: Medium Purple. HEX triplet: A3, 53 and FC. RGB value is (163,83,252). Sum of RGB (Red+Green+Blue) = 163+83+252=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #A353FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353FC is #5CAC03. Grayscale: #7D7D7D. Windows color (decimal): -6073348 or 16536483. OLE color: 16536483.
HSL color Cylindrical-coordinate representation of color #A353FC: hue angle of 268.4º degrees, saturation: 0.97, 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 #A353FC is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 83 | 252 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.01 |
| HSL | 268.4º | 0.97% | 0.66% | - |
| HSV(B) | 268.4º | 0.67% | 0.99% | - |
| XYZ | 35.77 | 21 | 94.26 | - |
| YUV | 126.19 | 199 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 252 | 0.35 | 0.67 | 0 | 0.01 | 268.4 | 0.97 | 0.66 |
| Hex | A3 | 53 | FC | 23 | 43 | 0 | 1 | 10C | 61 | 42 |
| Octal | 243 | 123 | 374 | 43 | 103 | 0 | 1 | 414 | 141 | 102 |
| Binary | 10100011 | 1010011 | 11111100 | 100011 | 1000011 | 0 | 1 | 100001100 | 1100001 | 1000010 |
Color Harmonies of #A353FC
Complementary color
Monochromatic Colors of #A353FC
Black with #A353FC
Text Example
Text Example
White with #A353FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353FC; }
p { color: rgb(163,83,252); }
H1.HeaderClassName
{
color: #A353FC;
}
.AnyTagClassName
{
color: #A353FC;
}
</style>
background-color css
<style>
a { background-color: #A353FC; }
a { background-color: rgb(163,83,252); }
div.DivClassName
{
background-color: #A353FC;
}
.BgClassName
{
background-color: #A353FC;
}
</style>
border-color css
<style>
span { border-color: #A353FC; }
span { border-color: rgb(163,83,252); }
td.TdClassName
{
border-color: #A353FC;
}
.TagClassName
{
border-color: #A353FC;
}
</style>