Shades of Violet Blue #A557AD
Tints of Violet Blue #A557AD
RGB
CMYK
RGB Variations
Color information
#A557AD (or 0xA557AD) is known color: Violet Blue. HEX triplet: A5, 57 and AD. RGB value is (165,87,173). Sum of RGB (Red+Green+Blue) = 165+87+173=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #A557AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A557AD is #5AA852. Grayscale: #777777. Windows color (decimal): -5941331 or 11360165. OLE color: 11360165.
HSL color Cylindrical-coordinate representation of color #A557AD: hue angle of 294.42º 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 #A557AD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 87 | 173 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.32 |
| HSL | 294.42º | 0.34% | 0.51% | - |
| HSV(B) | 294.42º | 0.5% | 0.68% | - |
| XYZ | 26.47 | 17.83 | 41.58 | - |
| YUV | 120.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 173 | 0.05 | 0.50 | 0 | 0.32 | 294.42 | 0.34 | 0.51 |
| Hex | A5 | 57 | AD | 5 | 32 | 0 | 20 | 126 | 22 | 33 |
| Octal | 245 | 127 | 255 | 5 | 62 | 0 | 40 | 446 | 42 | 63 |
| Binary | 10100101 | 1010111 | 10101101 | 101 | 110010 | 0 | 100000 | 100100110 | 100010 | 110011 |
Color Harmonies of #A557AD
Complementary color
Monochromatic Colors of #A557AD
Black with #A557AD
Text Example
Text Example
White with #A557AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A557AD; }
p { color: rgb(165,87,173); }
H1.HeaderClassName
{
color: #A557AD;
}
.AnyTagClassName
{
color: #A557AD;
}
</style>
background-color css
<style>
a { background-color: #A557AD; }
a { background-color: rgb(165,87,173); }
div.DivClassName
{
background-color: #A557AD;
}
.BgClassName
{
background-color: #A557AD;
}
</style>
border-color css
<style>
span { border-color: #A557AD; }
span { border-color: rgb(165,87,173); }
td.TdClassName
{
border-color: #A557AD;
}
.TagClassName
{
border-color: #A557AD;
}
</style>