Shades of Violet Blue #A257AC
Tints of Violet Blue #A257AC
RGB
CMYK
RGB Variations
Color information
#A257AC (or 0xA257AC) is known color: Violet Blue. HEX triplet: A2, 57 and AC. RGB value is (162,87,172). Sum of RGB (Red+Green+Blue) = 162+87+172=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #A257AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A257AC is #5DA853. Grayscale: #767676. Windows color (decimal): -6137940 or 11294626. OLE color: 11294626.
HSL color Cylindrical-coordinate representation of color #A257AC: hue angle of 292.94º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A257AC is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 87 | 172 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.33 |
| HSL | 292.94º | 0.34% | 0.51% | - |
| HSV(B) | 292.94º | 0.49% | 0.67% | - |
| XYZ | 25.75 | 17.48 | 41.05 | - |
| YUV | 119.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 172 | 0.06 | 0.49 | 0 | 0.33 | 292.94 | 0.34 | 0.51 |
| Hex | A2 | 57 | AC | 6 | 31 | 0 | 21 | 125 | 22 | 33 |
| Octal | 242 | 127 | 254 | 6 | 61 | 0 | 41 | 445 | 42 | 63 |
| Binary | 10100010 | 1010111 | 10101100 | 110 | 110001 | 0 | 100001 | 100100101 | 100010 | 110011 |
Color Harmonies of #A257AC
Complementary color
Monochromatic Colors of #A257AC
Black with #A257AC
Text Example
Text Example
White with #A257AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A257AC; }
p { color: rgb(162,87,172); }
H1.HeaderClassName
{
color: #A257AC;
}
.AnyTagClassName
{
color: #A257AC;
}
</style>
background-color css
<style>
a { background-color: #A257AC; }
a { background-color: rgb(162,87,172); }
div.DivClassName
{
background-color: #A257AC;
}
.BgClassName
{
background-color: #A257AC;
}
</style>
border-color css
<style>
span { border-color: #A257AC; }
span { border-color: rgb(162,87,172); }
td.TdClassName
{
border-color: #A257AC;
}
.TagClassName
{
border-color: #A257AC;
}
</style>