Shades of Medium Purple #A352FC
Tints of Medium Purple #A352FC
RGB
CMYK
RGB Variations
Color information
#A352FC (or 0xA352FC) is known color: Medium Purple. HEX triplet: A3, 52 and FC. RGB value is (163,82,252). Sum of RGB (Red+Green+Blue) = 163+82+252=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #A352FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352FC is #5CAD03. Grayscale: #7D7D7D. Windows color (decimal): -6073604 or 16536227. OLE color: 16536227.
HSL color Cylindrical-coordinate representation of color #A352FC: hue angle of 268.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A352FC is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 82 | 252 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.01 |
| HSL | 268.59º | 0.97% | 0.65% | - |
| HSV(B) | 268.59º | 0.67% | 0.99% | - |
| XYZ | 35.69 | 20.85 | 94.24 | - |
| YUV | 125.6 | 199.34 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 252 | 0.35 | 0.67 | 0 | 0.01 | 268.59 | 0.97 | 0.65 |
| Hex | A3 | 52 | FC | 23 | 43 | 0 | 1 | 10D | 61 | 41 |
| Octal | 243 | 122 | 374 | 43 | 103 | 0 | 1 | 415 | 141 | 101 |
| Binary | 10100011 | 1010010 | 11111100 | 100011 | 1000011 | 0 | 1 | 100001101 | 1100001 | 1000001 |
Color Harmonies of #A352FC
Complementary color
Monochromatic Colors of #A352FC
Black with #A352FC
Text Example
Text Example
White with #A352FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352FC; }
p { color: rgb(163,82,252); }
H1.HeaderClassName
{
color: #A352FC;
}
.AnyTagClassName
{
color: #A352FC;
}
</style>
background-color css
<style>
a { background-color: #A352FC; }
a { background-color: rgb(163,82,252); }
div.DivClassName
{
background-color: #A352FC;
}
.BgClassName
{
background-color: #A352FC;
}
</style>
border-color css
<style>
span { border-color: #A352FC; }
span { border-color: rgb(163,82,252); }
td.TdClassName
{
border-color: #A352FC;
}
.TagClassName
{
border-color: #A352FC;
}
</style>