Shades of Medium Purple #A352FA
Tints of Medium Purple #A352FA
RGB
CMYK
RGB Variations
Color information
#A352FA (or 0xA352FA) is known color: Medium Purple. HEX triplet: A3, 52 and FA. RGB value is (163,82,250). Sum of RGB (Red+Green+Blue) = 163+82+250=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #A352FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352FA is #5CAD05. Grayscale: #7C7C7C. Windows color (decimal): -6073606 or 16405155. OLE color: 16405155.
HSL color Cylindrical-coordinate representation of color #A352FA: hue angle of 268.93º degrees, saturation: 0.94, 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 #A352FA is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 82 | 250 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.02 |
| HSL | 268.93º | 0.94% | 0.65% | - |
| HSV(B) | 268.93º | 0.67% | 0.98% | - |
| XYZ | 35.38 | 20.72 | 92.58 | - |
| YUV | 125.37 | 198.34 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 250 | 0.35 | 0.67 | 0 | 0.02 | 268.93 | 0.94 | 0.65 |
| Hex | A3 | 52 | FA | 23 | 43 | 0 | 2 | 10D | 5E | 41 |
| Octal | 243 | 122 | 372 | 43 | 103 | 0 | 2 | 415 | 136 | 101 |
| Binary | 10100011 | 1010010 | 11111010 | 100011 | 1000011 | 0 | 10 | 100001101 | 1011110 | 1000001 |
Color Harmonies of #A352FA
Complementary color
Monochromatic Colors of #A352FA
Black with #A352FA
Text Example
Text Example
White with #A352FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352FA; }
p { color: rgb(163,82,250); }
H1.HeaderClassName
{
color: #A352FA;
}
.AnyTagClassName
{
color: #A352FA;
}
</style>
background-color css
<style>
a { background-color: #A352FA; }
a { background-color: rgb(163,82,250); }
div.DivClassName
{
background-color: #A352FA;
}
.BgClassName
{
background-color: #A352FA;
}
</style>
border-color css
<style>
span { border-color: #A352FA; }
span { border-color: rgb(163,82,250); }
td.TdClassName
{
border-color: #A352FA;
}
.TagClassName
{
border-color: #A352FA;
}
</style>