Shades of Medium Purple #A756FE
Tints of Medium Purple #A756FE
RGB
CMYK
RGB Variations
Color information
#A756FE (or 0xA756FE) is known color: Medium Purple. HEX triplet: A7, 56 and FE. RGB value is (167,86,254). Sum of RGB (Red+Green+Blue) = 167+86+254=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #A756FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A756FE is #58A901. Grayscale: #808080. Windows color (decimal): -5810434 or 16668327. OLE color: 16668327.
HSL color Cylindrical-coordinate representation of color #A756FE: hue angle of 268.93º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A756FE is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 86 | 254 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.00 |
| HSL | 268.93º | 0.99% | 0.67% | - |
| HSV(B) | 268.93º | 0.66% | 1% | - |
| XYZ | 37.15 | 22.03 | 96.06 | - |
| YUV | 129.37 | 198.34 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 254 | 0.34 | 0.66 | 0 | 0.00 | 268.93 | 0.99 | 0.67 |
| Hex | A7 | 56 | FE | 22 | 42 | 0 | 0 | 10D | 63 | 43 |
| Octal | 247 | 126 | 376 | 42 | 102 | 0 | 0 | 415 | 143 | 103 |
| Binary | 10100111 | 1010110 | 11111110 | 100010 | 1000010 | 0 | 0 | 100001101 | 1100011 | 1000011 |
Color Harmonies of #A756FE
Complementary color
Monochromatic Colors of #A756FE
Black with #A756FE
Text Example
Text Example
White with #A756FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756FE; }
p { color: rgb(167,86,254); }
H1.HeaderClassName
{
color: #A756FE;
}
.AnyTagClassName
{
color: #A756FE;
}
</style>
background-color css
<style>
a { background-color: #A756FE; }
a { background-color: rgb(167,86,254); }
div.DivClassName
{
background-color: #A756FE;
}
.BgClassName
{
background-color: #A756FE;
}
</style>
border-color css
<style>
span { border-color: #A756FE; }
span { border-color: rgb(167,86,254); }
td.TdClassName
{
border-color: #A756FE;
}
.TagClassName
{
border-color: #A756FE;
}
</style>