Shades of Medium Purple #A756FF
Tints of Medium Purple #A756FF
RGB
CMYK
RGB Variations
Color information
#A756FF (or 0xA756FF) is known color: Medium Purple. HEX triplet: A7, 56 and FF. RGB value is (167,86,255). Sum of RGB (Red+Green+Blue) = 167+86+255=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #A756FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A756FF is #58A900. Grayscale: #808080. Windows color (decimal): -5810433 or 16733863. OLE color: 16733863.
HSL color Cylindrical-coordinate representation of color #A756FF: hue angle of 268.76º 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 #A756FF is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 86 | 255 | - |
| CMYK | 0.35 | 0.66 | 0 | 0 |
| HSL | 268.76º | 1% | 0.67% | - |
| HSV(B) | 268.76º | 0.66% | 1% | - |
| XYZ | 37.31 | 22.09 | 96.91 | - |
| YUV | 129.49 | 198.84 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 255 | 0.35 | 0.66 | 0 | 0 | 268.76 | 1 | 0.67 |
| Hex | A7 | 56 | FF | 23 | 42 | 0 | 0 | 10D | 64 | 43 |
| Octal | 247 | 126 | 377 | 43 | 102 | 0 | 0 | 415 | 144 | 103 |
| Binary | 10100111 | 1010110 | 11111111 | 100011 | 1000010 | 0 | 0 | 100001101 | 1100100 | 1000011 |
Color Harmonies of #A756FF
Complementary color
Monochromatic Colors of #A756FF
Black with #A756FF
Text Example
Text Example
White with #A756FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756FF; }
p { color: rgb(167,86,255); }
H1.HeaderClassName
{
color: #A756FF;
}
.AnyTagClassName
{
color: #A756FF;
}
</style>
background-color css
<style>
a { background-color: #A756FF; }
a { background-color: rgb(167,86,255); }
div.DivClassName
{
background-color: #A756FF;
}
.BgClassName
{
background-color: #A756FF;
}
</style>
border-color css
<style>
span { border-color: #A756FF; }
span { border-color: rgb(167,86,255); }
td.TdClassName
{
border-color: #A756FF;
}
.TagClassName
{
border-color: #A756FF;
}
</style>