Shades of Violet Blue #A857A5
Tints of Violet Blue #A857A5
RGB
CMYK
RGB Variations
Color information
#A857A5 (or 0xA857A5) is known color: Violet Blue. HEX triplet: A8, 57 and A5. RGB value is (168,87,165). Sum of RGB (Red+Green+Blue) = 168+87+165=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A857A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A857A5 is #57A85A. Grayscale: #777777. Windows color (decimal): -5744731 or 10835880. OLE color: 10835880.
HSL color Cylindrical-coordinate representation of color #A857A5: hue angle of 302.22º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A857A5 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 165 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.34 |
| HSL | 302.22º | 0.32% | 0.5% | - |
| HSV(B) | 302.22º | 0.48% | 0.66% | - |
| XYZ | 26.35 | 17.86 | 37.66 | - |
| YUV | 120.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 165 | 0 | 0.48 | 0.02 | 0.34 | 302.22 | 0.32 | 0.5 |
| Hex | A8 | 57 | A5 | 0 | 30 | 2 | 22 | 12E | 20 | 32 |
| Octal | 250 | 127 | 245 | 0 | 60 | 2 | 42 | 456 | 40 | 62 |
| Binary | 10101000 | 1010111 | 10100101 | 0 | 110000 | 10 | 100010 | 100101110 | 100000 | 110010 |
Color Harmonies of #A857A5
Complementary color
Monochromatic Colors of #A857A5
Black with #A857A5
Text Example
Text Example
White with #A857A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857A5; }
p { color: rgb(168,87,165); }
H1.HeaderClassName
{
color: #A857A5;
}
.AnyTagClassName
{
color: #A857A5;
}
</style>
background-color css
<style>
a { background-color: #A857A5; }
a { background-color: rgb(168,87,165); }
div.DivClassName
{
background-color: #A857A5;
}
.BgClassName
{
background-color: #A857A5;
}
</style>
border-color css
<style>
span { border-color: #A857A5; }
span { border-color: rgb(168,87,165); }
td.TdClassName
{
border-color: #A857A5;
}
.TagClassName
{
border-color: #A857A5;
}
</style>