Shades of Medium Purple #A657FB
Tints of Medium Purple #A657FB
RGB
CMYK
RGB Variations
Color information
#A657FB (or 0xA657FB) is known color: Medium Purple. HEX triplet: A6, 57 and FB. RGB value is (166,87,251). Sum of RGB (Red+Green+Blue) = 166+87+251=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #A657FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A657FB is #59A804. Grayscale: #808080. Windows color (decimal): -5875717 or 16471974. OLE color: 16471974.
HSL color Cylindrical-coordinate representation of color #A657FB: hue angle of 268.9º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A657FB is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 87 | 251 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.02 |
| HSL | 268.9º | 0.95% | 0.66% | - |
| HSV(B) | 268.9º | 0.65% | 0.98% | - |
| XYZ | 36.55 | 21.89 | 93.57 | - |
| YUV | 129.32 | 196.67 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 251 | 0.34 | 0.65 | 0 | 0.02 | 268.9 | 0.95 | 0.66 |
| Hex | A6 | 57 | FB | 22 | 41 | 0 | 2 | 10D | 5F | 42 |
| Octal | 246 | 127 | 373 | 42 | 101 | 0 | 2 | 415 | 137 | 102 |
| Binary | 10100110 | 1010111 | 11111011 | 100010 | 1000001 | 0 | 10 | 100001101 | 1011111 | 1000010 |
Color Harmonies of #A657FB
Complementary color
Monochromatic Colors of #A657FB
Black with #A657FB
Text Example
Text Example
White with #A657FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657FB; }
p { color: rgb(166,87,251); }
H1.HeaderClassName
{
color: #A657FB;
}
.AnyTagClassName
{
color: #A657FB;
}
</style>
background-color css
<style>
a { background-color: #A657FB; }
a { background-color: rgb(166,87,251); }
div.DivClassName
{
background-color: #A657FB;
}
.BgClassName
{
background-color: #A657FB;
}
</style>
border-color css
<style>
span { border-color: #A657FB; }
span { border-color: rgb(166,87,251); }
td.TdClassName
{
border-color: #A657FB;
}
.TagClassName
{
border-color: #A657FB;
}
</style>