Shades of Violet Blue #A257A1
Tints of Violet Blue #A257A1
RGB
CMYK
RGB Variations
Color information
#A257A1 (or 0xA257A1) is known color: Violet Blue. HEX triplet: A2, 57 and A1. RGB value is (162,87,161). Sum of RGB (Red+Green+Blue) = 162+87+161=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A257A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A257A1 is #5DA85E. Grayscale: #757575. Windows color (decimal): -6137951 or 10573730. OLE color: 10573730.
HSL color Cylindrical-coordinate representation of color #A257A1: hue angle of 300.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A257A1 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 87 | 161 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.36 |
| HSL | 300.8º | 0.3% | 0.49% | - |
| HSV(B) | 300.8º | 0.46% | 0.64% | - |
| XYZ | 24.74 | 17.07 | 35.71 | - |
| YUV | 117.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 161 | 0 | 0.46 | 0.01 | 0.36 | 300.8 | 0.3 | 0.49 |
| Hex | A2 | 57 | A1 | 0 | 2E | 1 | 24 | 12D | 1E | 31 |
| Octal | 242 | 127 | 241 | 0 | 56 | 1 | 44 | 455 | 36 | 61 |
| Binary | 10100010 | 1010111 | 10100001 | 0 | 101110 | 1 | 100100 | 100101101 | 11110 | 110001 |
Color Harmonies of #A257A1
Complementary color
Monochromatic Colors of #A257A1
Black with #A257A1
Text Example
Text Example
White with #A257A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A257A1; }
p { color: rgb(162,87,161); }
H1.HeaderClassName
{
color: #A257A1;
}
.AnyTagClassName
{
color: #A257A1;
}
</style>
background-color css
<style>
a { background-color: #A257A1; }
a { background-color: rgb(162,87,161); }
div.DivClassName
{
background-color: #A257A1;
}
.BgClassName
{
background-color: #A257A1;
}
</style>
border-color css
<style>
span { border-color: #A257A1; }
span { border-color: rgb(162,87,161); }
td.TdClassName
{
border-color: #A257A1;
}
.TagClassName
{
border-color: #A257A1;
}
</style>