Shades of Medium Purple #A752FD
Tints of Medium Purple #A752FD
RGB
CMYK
RGB Variations
Color information
#A752FD (or 0xA752FD) is known color: Medium Purple. HEX triplet: A7, 52 and FD. RGB value is (167,82,253). Sum of RGB (Red+Green+Blue) = 167+82+253=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #A752FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A752FD is #58AD02. Grayscale: #7E7E7E. Windows color (decimal): -5811459 or 16601767. OLE color: 16601767.
HSL color Cylindrical-coordinate representation of color #A752FD: hue angle of 269.82º 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 #A752FD is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 82 | 253 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.01 |
| HSL | 269.82º | 0.98% | 0.66% | - |
| HSV(B) | 269.82º | 0.68% | 0.99% | - |
| XYZ | 36.68 | 21.34 | 95.11 | - |
| YUV | 126.91 | 199.16 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 253 | 0.34 | 0.68 | 0 | 0.01 | 269.82 | 0.98 | 0.66 |
| Hex | A7 | 52 | FD | 22 | 44 | 0 | 1 | 10E | 62 | 42 |
| Octal | 247 | 122 | 375 | 42 | 104 | 0 | 1 | 416 | 142 | 102 |
| Binary | 10100111 | 1010010 | 11111101 | 100010 | 1000100 | 0 | 1 | 100001110 | 1100010 | 1000010 |
Color Harmonies of #A752FD
Complementary color
Monochromatic Colors of #A752FD
Black with #A752FD
Text Example
Text Example
White with #A752FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752FD; }
p { color: rgb(167,82,253); }
H1.HeaderClassName
{
color: #A752FD;
}
.AnyTagClassName
{
color: #A752FD;
}
</style>
background-color css
<style>
a { background-color: #A752FD; }
a { background-color: rgb(167,82,253); }
div.DivClassName
{
background-color: #A752FD;
}
.BgClassName
{
background-color: #A752FD;
}
</style>
border-color css
<style>
span { border-color: #A752FD; }
span { border-color: rgb(167,82,253); }
td.TdClassName
{
border-color: #A752FD;
}
.TagClassName
{
border-color: #A752FD;
}
</style>