Shades of Medium Purple #A352FD
Tints of Medium Purple #A352FD
RGB
CMYK
RGB Variations
Color information
#A352FD (or 0xA352FD) is known color: Medium Purple. HEX triplet: A3, 52 and FD. RGB value is (163,82,253). Sum of RGB (Red+Green+Blue) = 163+82+253=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #A352FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352FD is #5CAD02. Grayscale: #7D7D7D. Windows color (decimal): -6073603 or 16601763. OLE color: 16601763.
HSL color Cylindrical-coordinate representation of color #A352FD: hue angle of 268.42º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A352FD is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 82 | 253 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.01 |
| HSL | 268.42º | 0.98% | 0.66% | - |
| HSV(B) | 268.42º | 0.68% | 0.99% | - |
| XYZ | 35.85 | 20.91 | 95.08 | - |
| YUV | 125.71 | 199.84 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 253 | 0.36 | 0.68 | 0 | 0.01 | 268.42 | 0.98 | 0.66 |
| Hex | A3 | 52 | FD | 24 | 44 | 0 | 1 | 10C | 62 | 42 |
| Octal | 243 | 122 | 375 | 44 | 104 | 0 | 1 | 414 | 142 | 102 |
| Binary | 10100011 | 1010010 | 11111101 | 100100 | 1000100 | 0 | 1 | 100001100 | 1100010 | 1000010 |
Color Harmonies of #A352FD
Complementary color
Monochromatic Colors of #A352FD
Black with #A352FD
Text Example
Text Example
White with #A352FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352FD; }
p { color: rgb(163,82,253); }
H1.HeaderClassName
{
color: #A352FD;
}
.AnyTagClassName
{
color: #A352FD;
}
</style>
background-color css
<style>
a { background-color: #A352FD; }
a { background-color: rgb(163,82,253); }
div.DivClassName
{
background-color: #A352FD;
}
.BgClassName
{
background-color: #A352FD;
}
</style>
border-color css
<style>
span { border-color: #A352FD; }
span { border-color: rgb(163,82,253); }
td.TdClassName
{
border-color: #A352FD;
}
.TagClassName
{
border-color: #A352FD;
}
</style>