Shades of Medium Purple #A856FD
Tints of Medium Purple #A856FD
RGB
CMYK
RGB Variations
Color information
#A856FD (or 0xA856FD) is known color: Medium Purple. HEX triplet: A8, 56 and FD. RGB value is (168,86,253). Sum of RGB (Red+Green+Blue) = 168+86+253=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #A856FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856FD is #57A902. Grayscale: #808080. Windows color (decimal): -5744899 or 16602792. OLE color: 16602792.
HSL color Cylindrical-coordinate representation of color #A856FD: hue angle of 269.46º 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 #A856FD is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 86 | 253 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.01 |
| HSL | 269.46º | 0.98% | 0.66% | - |
| HSV(B) | 269.46º | 0.66% | 0.99% | - |
| XYZ | 37.21 | 22.07 | 95.23 | - |
| YUV | 129.56 | 197.67 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 253 | 0.34 | 0.66 | 0 | 0.01 | 269.46 | 0.98 | 0.66 |
| Hex | A8 | 56 | FD | 22 | 42 | 0 | 1 | 10D | 62 | 42 |
| Octal | 250 | 126 | 375 | 42 | 102 | 0 | 1 | 415 | 142 | 102 |
| Binary | 10101000 | 1010110 | 11111101 | 100010 | 1000010 | 0 | 1 | 100001101 | 1100010 | 1000010 |
Color Harmonies of #A856FD
Complementary color
Monochromatic Colors of #A856FD
Black with #A856FD
Text Example
Text Example
White with #A856FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856FD; }
p { color: rgb(168,86,253); }
H1.HeaderClassName
{
color: #A856FD;
}
.AnyTagClassName
{
color: #A856FD;
}
</style>
background-color css
<style>
a { background-color: #A856FD; }
a { background-color: rgb(168,86,253); }
div.DivClassName
{
background-color: #A856FD;
}
.BgClassName
{
background-color: #A856FD;
}
</style>
border-color css
<style>
span { border-color: #A856FD; }
span { border-color: rgb(168,86,253); }
td.TdClassName
{
border-color: #A856FD;
}
.TagClassName
{
border-color: #A856FD;
}
</style>