Shades of Medium Purple #A657FD
Tints of Medium Purple #A657FD
RGB
CMYK
RGB Variations
Color information
#A657FD (or 0xA657FD) is known color: Medium Purple. HEX triplet: A6, 57 and FD. RGB value is (166,87,253). Sum of RGB (Red+Green+Blue) = 166+87+253=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 87 (34.38% from 255 or 17.19% 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 #A657FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A657FD is #59A802. Grayscale: #808080. Windows color (decimal): -5875715 or 16603046. OLE color: 16603046.
HSL color Cylindrical-coordinate representation of color #A657FD: hue angle of 268.55º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A657FD is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 87 | 253 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.01 |
| HSL | 268.55º | 0.98% | 0.67% | - |
| HSV(B) | 268.55º | 0.66% | 0.99% | - |
| XYZ | 36.86 | 22.02 | 95.23 | - |
| YUV | 129.55 | 197.67 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 253 | 0.34 | 0.66 | 0 | 0.01 | 268.55 | 0.98 | 0.67 |
| Hex | A6 | 57 | FD | 22 | 42 | 0 | 1 | 10D | 62 | 43 |
| Octal | 246 | 127 | 375 | 42 | 102 | 0 | 1 | 415 | 142 | 103 |
| Binary | 10100110 | 1010111 | 11111101 | 100010 | 1000010 | 0 | 1 | 100001101 | 1100010 | 1000011 |
Color Harmonies of #A657FD
Complementary color
Monochromatic Colors of #A657FD
Black with #A657FD
Text Example
Text Example
White with #A657FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657FD; }
p { color: rgb(166,87,253); }
H1.HeaderClassName
{
color: #A657FD;
}
.AnyTagClassName
{
color: #A657FD;
}
</style>
background-color css
<style>
a { background-color: #A657FD; }
a { background-color: rgb(166,87,253); }
div.DivClassName
{
background-color: #A657FD;
}
.BgClassName
{
background-color: #A657FD;
}
</style>
border-color css
<style>
span { border-color: #A657FD; }
span { border-color: rgb(166,87,253); }
td.TdClassName
{
border-color: #A657FD;
}
.TagClassName
{
border-color: #A657FD;
}
</style>