Shades of Medium Purple #A657FF
Tints of Medium Purple #A657FF
RGB
CMYK
RGB Variations
Color information
#A657FF (or 0xA657FF) is known color: Medium Purple. HEX triplet: A6, 57 and FF. RGB value is (166,87,255). Sum of RGB (Red+Green+Blue) = 166+87+255=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 87 (34.38% from 255 or 17.13% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #A657FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A657FF is #59A800. Grayscale: #818181. Windows color (decimal): -5875713 or 16734118. OLE color: 16734118.
HSL color Cylindrical-coordinate representation of color #A657FF: hue angle of 268.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A657FF is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 87 | 255 | - |
| CMYK | 0.35 | 0.66 | 0 | 0 |
| HSL | 268.21º | 1% | 0.67% | - |
| HSV(B) | 268.21º | 0.66% | 1% | - |
| XYZ | 37.18 | 22.14 | 96.92 | - |
| YUV | 129.77 | 198.67 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 255 | 0.35 | 0.66 | 0 | 0 | 268.21 | 1 | 0.67 |
| Hex | A6 | 57 | FF | 23 | 42 | 0 | 0 | 10C | 64 | 43 |
| Octal | 246 | 127 | 377 | 43 | 102 | 0 | 0 | 414 | 144 | 103 |
| Binary | 10100110 | 1010111 | 11111111 | 100011 | 1000010 | 0 | 0 | 100001100 | 1100100 | 1000011 |
Color Harmonies of #A657FF
Complementary color
Monochromatic Colors of #A657FF
Black with #A657FF
Text Example
Text Example
White with #A657FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657FF; }
p { color: rgb(166,87,255); }
H1.HeaderClassName
{
color: #A657FF;
}
.AnyTagClassName
{
color: #A657FF;
}
</style>
background-color css
<style>
a { background-color: #A657FF; }
a { background-color: rgb(166,87,255); }
div.DivClassName
{
background-color: #A657FF;
}
.BgClassName
{
background-color: #A657FF;
}
</style>
border-color css
<style>
span { border-color: #A657FF; }
span { border-color: rgb(166,87,255); }
td.TdClassName
{
border-color: #A657FF;
}
.TagClassName
{
border-color: #A657FF;
}
</style>