Shades of Medium Purple #A052FD
Tints of Medium Purple #A052FD
RGB
CMYK
RGB Variations
Color information
#A052FD (or 0xA052FD) is known color: Medium Purple. HEX triplet: A0, 52 and FD. RGB value is (160,82,253). Sum of RGB (Red+Green+Blue) = 160+82+253=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #A052FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A052FD is #5FAD02. Grayscale: #7C7C7C. Windows color (decimal): -6270211 or 16601760. OLE color: 16601760.
HSL color Cylindrical-coordinate representation of color #A052FD: hue angle of 267.37º 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 #A052FD is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 82 | 253 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.01 |
| HSL | 267.37º | 0.98% | 0.66% | - |
| HSV(B) | 267.37º | 0.68% | 0.99% | - |
| XYZ | 35.24 | 20.6 | 95.05 | - |
| YUV | 124.82 | 200.34 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 253 | 0.37 | 0.68 | 0 | 0.01 | 267.37 | 0.98 | 0.66 |
| Hex | A0 | 52 | FD | 25 | 44 | 0 | 1 | 10B | 62 | 42 |
| Octal | 240 | 122 | 375 | 45 | 104 | 0 | 1 | 413 | 142 | 102 |
| Binary | 10100000 | 1010010 | 11111101 | 100101 | 1000100 | 0 | 1 | 100001011 | 1100010 | 1000010 |
Color Harmonies of #A052FD
Complementary color
Monochromatic Colors of #A052FD
Black with #A052FD
Text Example
Text Example
White with #A052FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A052FD; }
p { color: rgb(160,82,253); }
H1.HeaderClassName
{
color: #A052FD;
}
.AnyTagClassName
{
color: #A052FD;
}
</style>
background-color css
<style>
a { background-color: #A052FD; }
a { background-color: rgb(160,82,253); }
div.DivClassName
{
background-color: #A052FD;
}
.BgClassName
{
background-color: #A052FD;
}
</style>
border-color css
<style>
span { border-color: #A052FD; }
span { border-color: rgb(160,82,253); }
td.TdClassName
{
border-color: #A052FD;
}
.TagClassName
{
border-color: #A052FD;
}
</style>