Shades of Medium Purple #A752FF
Tints of Medium Purple #A752FF
RGB
CMYK
RGB Variations
Color information
#A752FF (or 0xA752FF) is known color: Medium Purple. HEX triplet: A7, 52 and FF. RGB value is (167,82,255). Sum of RGB (Red+Green+Blue) = 167+82+255=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #A752FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A752FF is #58AD00. Grayscale: #7E7E7E. Windows color (decimal): -5811457 or 16732839. OLE color: 16732839.
HSL color Cylindrical-coordinate representation of color #A752FF: hue angle of 269.48º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A752FF is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 82 | 255 | - |
| CMYK | 0.35 | 0.68 | 0 | 0 |
| HSL | 269.48º | 1% | 0.66% | - |
| HSV(B) | 269.48º | 0.68% | 1% | - |
| XYZ | 37 | 21.47 | 96.8 | - |
| YUV | 127.14 | 200.16 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 255 | 0.35 | 0.68 | 0 | 0 | 269.48 | 1 | 0.66 |
| Hex | A7 | 52 | FF | 23 | 44 | 0 | 0 | 10D | 64 | 42 |
| Octal | 247 | 122 | 377 | 43 | 104 | 0 | 0 | 415 | 144 | 102 |
| Binary | 10100111 | 1010010 | 11111111 | 100011 | 1000100 | 0 | 0 | 100001101 | 1100100 | 1000010 |
Color Harmonies of #A752FF
Complementary color
Monochromatic Colors of #A752FF
Black with #A752FF
Text Example
Text Example
White with #A752FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752FF; }
p { color: rgb(167,82,255); }
H1.HeaderClassName
{
color: #A752FF;
}
.AnyTagClassName
{
color: #A752FF;
}
</style>
background-color css
<style>
a { background-color: #A752FF; }
a { background-color: rgb(167,82,255); }
div.DivClassName
{
background-color: #A752FF;
}
.BgClassName
{
background-color: #A752FF;
}
</style>
border-color css
<style>
span { border-color: #A752FF; }
span { border-color: rgb(167,82,255); }
td.TdClassName
{
border-color: #A752FF;
}
.TagClassName
{
border-color: #A752FF;
}
</style>