Shades of Violet Blue #A257AD
Tints of Violet Blue #A257AD
RGB
CMYK
RGB Variations
Color information
#A257AD (or 0xA257AD) is known color: Violet Blue. HEX triplet: A2, 57 and AD. RGB value is (162,87,173). Sum of RGB (Red+Green+Blue) = 162+87+173=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #A257AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A257AD is #5DA852. Grayscale: #767676. Windows color (decimal): -6137939 or 11360162. OLE color: 11360162.
HSL color Cylindrical-coordinate representation of color #A257AD: hue angle of 292.33º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A257AD is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 87 | 173 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.32 |
| HSL | 292.33º | 0.34% | 0.51% | - |
| HSV(B) | 292.33º | 0.5% | 0.68% | - |
| XYZ | 25.85 | 17.51 | 41.55 | - |
| YUV | 119.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 173 | 0.06 | 0.50 | 0 | 0.32 | 292.33 | 0.34 | 0.51 |
| Hex | A2 | 57 | AD | 6 | 32 | 0 | 20 | 124 | 22 | 33 |
| Octal | 242 | 127 | 255 | 6 | 62 | 0 | 40 | 444 | 42 | 63 |
| Binary | 10100010 | 1010111 | 10101101 | 110 | 110010 | 0 | 100000 | 100100100 | 100010 | 110011 |
Color Harmonies of #A257AD
Complementary color
Monochromatic Colors of #A257AD
Black with #A257AD
Text Example
Text Example
White with #A257AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A257AD; }
p { color: rgb(162,87,173); }
H1.HeaderClassName
{
color: #A257AD;
}
.AnyTagClassName
{
color: #A257AD;
}
</style>
background-color css
<style>
a { background-color: #A257AD; }
a { background-color: rgb(162,87,173); }
div.DivClassName
{
background-color: #A257AD;
}
.BgClassName
{
background-color: #A257AD;
}
</style>
border-color css
<style>
span { border-color: #A257AD; }
span { border-color: rgb(162,87,173); }
td.TdClassName
{
border-color: #A257AD;
}
.TagClassName
{
border-color: #A257AD;
}
</style>