Shades of Medium Purple #A657FA
Tints of Medium Purple #A657FA
RGB
CMYK
RGB Variations
Color information
#A657FA (or 0xA657FA) is known color: Medium Purple. HEX triplet: A6, 57 and FA. RGB value is (166,87,250). Sum of RGB (Red+Green+Blue) = 166+87+250=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #A657FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A657FA is #59A805. Grayscale: #808080. Windows color (decimal): -5875718 or 16406438. OLE color: 16406438.
HSL color Cylindrical-coordinate representation of color #A657FA: hue angle of 269.08º degrees, saturation: 0.94, 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 #A657FA is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 87 | 250 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.02 |
| HSL | 269.08º | 0.94% | 0.66% | - |
| HSV(B) | 269.08º | 0.65% | 0.98% | - |
| XYZ | 36.39 | 21.83 | 92.74 | - |
| YUV | 129.2 | 196.17 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 250 | 0.34 | 0.65 | 0 | 0.02 | 269.08 | 0.94 | 0.66 |
| Hex | A6 | 57 | FA | 22 | 41 | 0 | 2 | 10D | 5E | 42 |
| Octal | 246 | 127 | 372 | 42 | 101 | 0 | 2 | 415 | 136 | 102 |
| Binary | 10100110 | 1010111 | 11111010 | 100010 | 1000001 | 0 | 10 | 100001101 | 1011110 | 1000010 |
Color Harmonies of #A657FA
Complementary color
Monochromatic Colors of #A657FA
Black with #A657FA
Text Example
Text Example
White with #A657FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657FA; }
p { color: rgb(166,87,250); }
H1.HeaderClassName
{
color: #A657FA;
}
.AnyTagClassName
{
color: #A657FA;
}
</style>
background-color css
<style>
a { background-color: #A657FA; }
a { background-color: rgb(166,87,250); }
div.DivClassName
{
background-color: #A657FA;
}
.BgClassName
{
background-color: #A657FA;
}
</style>
border-color css
<style>
span { border-color: #A657FA; }
span { border-color: rgb(166,87,250); }
td.TdClassName
{
border-color: #A657FA;
}
.TagClassName
{
border-color: #A657FA;
}
</style>