Shades of Medium Purple #A757FF
Tints of Medium Purple #A757FF
RGB
CMYK
RGB Variations
Color information
#A757FF (or 0xA757FF) is known color: Medium Purple. HEX triplet: A7, 57 and FF. RGB value is (167,87,255). Sum of RGB (Red+Green+Blue) = 167+87+255=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 87 (34.38% from 255 or 17.09% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #A757FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A757FF is #58A800. Grayscale: #818181. Windows color (decimal): -5810177 or 16734119. OLE color: 16734119.
HSL color Cylindrical-coordinate representation of color #A757FF: hue angle of 268.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A757FF is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 87 | 255 | - |
| CMYK | 0.35 | 0.66 | 0 | 0 |
| HSL | 268.57º | 1% | 0.67% | - |
| HSV(B) | 268.57º | 0.66% | 1% | - |
| XYZ | 37.39 | 22.25 | 96.93 | - |
| YUV | 130.07 | 198.5 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 255 | 0.35 | 0.66 | 0 | 0 | 268.57 | 1 | 0.67 |
| Hex | A7 | 57 | FF | 23 | 42 | 0 | 0 | 10D | 64 | 43 |
| Octal | 247 | 127 | 377 | 43 | 102 | 0 | 0 | 415 | 144 | 103 |
| Binary | 10100111 | 1010111 | 11111111 | 100011 | 1000010 | 0 | 0 | 100001101 | 1100100 | 1000011 |
Color Harmonies of #A757FF
Complementary color
Monochromatic Colors of #A757FF
Black with #A757FF
Text Example
Text Example
White with #A757FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A757FF; }
p { color: rgb(167,87,255); }
H1.HeaderClassName
{
color: #A757FF;
}
.AnyTagClassName
{
color: #A757FF;
}
</style>
background-color css
<style>
a { background-color: #A757FF; }
a { background-color: rgb(167,87,255); }
div.DivClassName
{
background-color: #A757FF;
}
.BgClassName
{
background-color: #A757FF;
}
</style>
border-color css
<style>
span { border-color: #A757FF; }
span { border-color: rgb(167,87,255); }
td.TdClassName
{
border-color: #A757FF;
}
.TagClassName
{
border-color: #A757FF;
}
</style>