Shades of Violet Blue #A558AA
Tints of Violet Blue #A558AA
RGB
CMYK
RGB Variations
Color information
#A558AA (or 0xA558AA) is known color: Violet Blue. HEX triplet: A5, 58 and AA. RGB value is (165,88,170). Sum of RGB (Red+Green+Blue) = 165+88+170=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #A558AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A558AA is #5AA755. Grayscale: #787878. Windows color (decimal): -5941078 or 11163813. OLE color: 11163813.
HSL color Cylindrical-coordinate representation of color #A558AA: hue angle of 296.34º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A558AA is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 88 | 170 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.33 |
| HSL | 296.34º | 0.33% | 0.51% | - |
| HSV(B) | 296.34º | 0.48% | 0.67% | - |
| XYZ | 26.26 | 17.88 | 40.1 | - |
| YUV | 120.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 170 | 0.03 | 0.48 | 0 | 0.33 | 296.34 | 0.33 | 0.51 |
| Hex | A5 | 58 | AA | 3 | 30 | 0 | 21 | 128 | 21 | 33 |
| Octal | 245 | 130 | 252 | 3 | 60 | 0 | 41 | 450 | 41 | 63 |
| Binary | 10100101 | 1011000 | 10101010 | 11 | 110000 | 0 | 100001 | 100101000 | 100001 | 110011 |
Color Harmonies of #A558AA
Complementary color
Monochromatic Colors of #A558AA
Black with #A558AA
Text Example
Text Example
White with #A558AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558AA; }
p { color: rgb(165,88,170); }
H1.HeaderClassName
{
color: #A558AA;
}
.AnyTagClassName
{
color: #A558AA;
}
</style>
background-color css
<style>
a { background-color: #A558AA; }
a { background-color: rgb(165,88,170); }
div.DivClassName
{
background-color: #A558AA;
}
.BgClassName
{
background-color: #A558AA;
}
</style>
border-color css
<style>
span { border-color: #A558AA; }
span { border-color: rgb(165,88,170); }
td.TdClassName
{
border-color: #A558AA;
}
.TagClassName
{
border-color: #A558AA;
}
</style>