Shades of Medium Purple #A756FD
Tints of Medium Purple #A756FD
RGB
CMYK
RGB Variations
Color information
#A756FD (or 0xA756FD) is known color: Medium Purple. HEX triplet: A7, 56 and FD. RGB value is (167,86,253). Sum of RGB (Red+Green+Blue) = 167+86+253=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #A756FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A756FD is #58A902. Grayscale: #808080. Windows color (decimal): -5810435 or 16602791. OLE color: 16602791.
HSL color Cylindrical-coordinate representation of color #A756FD: hue angle of 269.1º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A756FD is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 86 | 253 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.01 |
| HSL | 269.1º | 0.98% | 0.66% | - |
| HSV(B) | 269.1º | 0.66% | 0.99% | - |
| XYZ | 36.99 | 21.96 | 95.22 | - |
| YUV | 129.26 | 197.84 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 253 | 0.34 | 0.66 | 0 | 0.01 | 269.1 | 0.98 | 0.66 |
| Hex | A7 | 56 | FD | 22 | 42 | 0 | 1 | 10D | 62 | 42 |
| Octal | 247 | 126 | 375 | 42 | 102 | 0 | 1 | 415 | 142 | 102 |
| Binary | 10100111 | 1010110 | 11111101 | 100010 | 1000010 | 0 | 1 | 100001101 | 1100010 | 1000010 |
Color Harmonies of #A756FD
Complementary color
Monochromatic Colors of #A756FD
Black with #A756FD
Text Example
Text Example
White with #A756FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756FD; }
p { color: rgb(167,86,253); }
H1.HeaderClassName
{
color: #A756FD;
}
.AnyTagClassName
{
color: #A756FD;
}
</style>
background-color css
<style>
a { background-color: #A756FD; }
a { background-color: rgb(167,86,253); }
div.DivClassName
{
background-color: #A756FD;
}
.BgClassName
{
background-color: #A756FD;
}
</style>
border-color css
<style>
span { border-color: #A756FD; }
span { border-color: rgb(167,86,253); }
td.TdClassName
{
border-color: #A756FD;
}
.TagClassName
{
border-color: #A756FD;
}
</style>