Shades of Violet Blue #A757A6
Tints of Violet Blue #A757A6
RGB
CMYK
RGB Variations
Color information
#A757A6 (or 0xA757A6) is known color: Violet Blue. HEX triplet: A7, 57 and A6. RGB value is (167,87,166). Sum of RGB (Red+Green+Blue) = 167+87+166=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A757A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A757A6 is #58A859. Grayscale: #777777. Windows color (decimal): -5810266 or 10901415. OLE color: 10901415.
HSL color Cylindrical-coordinate representation of color #A757A6: hue angle of 300.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A757A6 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 87 | 166 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.35 |
| HSL | 300.75º | 0.31% | 0.5% | - |
| HSV(B) | 300.75º | 0.48% | 0.65% | - |
| XYZ | 26.23 | 17.79 | 38.13 | - |
| YUV | 119.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 166 | 0 | 0.48 | 0.01 | 0.35 | 300.75 | 0.31 | 0.5 |
| Hex | A7 | 57 | A6 | 0 | 30 | 1 | 23 | 12D | 1F | 32 |
| Octal | 247 | 127 | 246 | 0 | 60 | 1 | 43 | 455 | 37 | 62 |
| Binary | 10100111 | 1010111 | 10100110 | 0 | 110000 | 1 | 100011 | 100101101 | 11111 | 110010 |
Color Harmonies of #A757A6
Complementary color
Monochromatic Colors of #A757A6
Black with #A757A6
Text Example
Text Example
White with #A757A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A757A6; }
p { color: rgb(167,87,166); }
H1.HeaderClassName
{
color: #A757A6;
}
.AnyTagClassName
{
color: #A757A6;
}
</style>
background-color css
<style>
a { background-color: #A757A6; }
a { background-color: rgb(167,87,166); }
div.DivClassName
{
background-color: #A757A6;
}
.BgClassName
{
background-color: #A757A6;
}
</style>
border-color css
<style>
span { border-color: #A757A6; }
span { border-color: rgb(167,87,166); }
td.TdClassName
{
border-color: #A757A6;
}
.TagClassName
{
border-color: #A757A6;
}
</style>