Shades of Violet Blue #A557A2
Tints of Violet Blue #A557A2
RGB
CMYK
RGB Variations
Color information
#A557A2 (or 0xA557A2) is known color: Violet Blue. HEX triplet: A5, 57 and A2. RGB value is (165,87,162). Sum of RGB (Red+Green+Blue) = 165+87+162=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A557A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A557A2 is #5AA85D. Grayscale: #767676. Windows color (decimal): -5941342 or 10639269. OLE color: 10639269.
HSL color Cylindrical-coordinate representation of color #A557A2: hue angle of 302.31º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A557A2 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 162 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.35 |
| HSL | 302.31º | 0.31% | 0.49% | - |
| HSV(B) | 302.31º | 0.47% | 0.65% | - |
| XYZ | 25.45 | 17.42 | 36.2 | - |
| YUV | 118.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 162 | 0 | 0.47 | 0.02 | 0.35 | 302.31 | 0.31 | 0.49 |
| Hex | A5 | 57 | A2 | 0 | 2F | 2 | 23 | 12E | 1F | 31 |
| Octal | 245 | 127 | 242 | 0 | 57 | 2 | 43 | 456 | 37 | 61 |
| Binary | 10100101 | 1010111 | 10100010 | 0 | 101111 | 10 | 100011 | 100101110 | 11111 | 110001 |
Color Harmonies of #A557A2
Complementary color
Monochromatic Colors of #A557A2
Black with #A557A2
Text Example
Text Example
White with #A557A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A557A2; }
p { color: rgb(165,87,162); }
H1.HeaderClassName
{
color: #A557A2;
}
.AnyTagClassName
{
color: #A557A2;
}
</style>
background-color css
<style>
a { background-color: #A557A2; }
a { background-color: rgb(165,87,162); }
div.DivClassName
{
background-color: #A557A2;
}
.BgClassName
{
background-color: #A557A2;
}
</style>
border-color css
<style>
span { border-color: #A557A2; }
span { border-color: rgb(165,87,162); }
td.TdClassName
{
border-color: #A557A2;
}
.TagClassName
{
border-color: #A557A2;
}
</style>