Shades of Medium Purple #A657FE
Tints of Medium Purple #A657FE
RGB
CMYK
RGB Variations
Color information
#A657FE (or 0xA657FE) is known color: Medium Purple. HEX triplet: A6, 57 and FE. RGB value is (166,87,254). Sum of RGB (Red+Green+Blue) = 166+87+254=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 87 (34.38% from 255 or 17.16% 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 #A657FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A657FE is #59A801. Grayscale: #818181. Windows color (decimal): -5875714 or 16668582. OLE color: 16668582.
HSL color Cylindrical-coordinate representation of color #A657FE: hue angle of 268.38º 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 #A657FE is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 87 | 254 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.00 |
| HSL | 268.38º | 0.99% | 0.67% | - |
| HSV(B) | 268.38º | 0.66% | 1% | - |
| XYZ | 37.02 | 22.08 | 96.08 | - |
| YUV | 129.66 | 198.17 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 254 | 0.35 | 0.66 | 0 | 0.00 | 268.38 | 0.99 | 0.67 |
| Hex | A6 | 57 | FE | 23 | 42 | 0 | 0 | 10C | 63 | 43 |
| Octal | 246 | 127 | 376 | 43 | 102 | 0 | 0 | 414 | 143 | 103 |
| Binary | 10100110 | 1010111 | 11111110 | 100011 | 1000010 | 0 | 0 | 100001100 | 1100011 | 1000011 |
Color Harmonies of #A657FE
Complementary color
Monochromatic Colors of #A657FE
Black with #A657FE
Text Example
Text Example
White with #A657FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657FE; }
p { color: rgb(166,87,254); }
H1.HeaderClassName
{
color: #A657FE;
}
.AnyTagClassName
{
color: #A657FE;
}
</style>
background-color css
<style>
a { background-color: #A657FE; }
a { background-color: rgb(166,87,254); }
div.DivClassName
{
background-color: #A657FE;
}
.BgClassName
{
background-color: #A657FE;
}
</style>
border-color css
<style>
span { border-color: #A657FE; }
span { border-color: rgb(166,87,254); }
td.TdClassName
{
border-color: #A657FE;
}
.TagClassName
{
border-color: #A657FE;
}
</style>