Shades of Violet Blue #A558A0
Tints of Violet Blue #A558A0
RGB
CMYK
RGB Variations
Color information
#A558A0 (or 0xA558A0) is known color: Violet Blue. HEX triplet: A5, 58 and A0. RGB value is (165,88,160). Sum of RGB (Red+Green+Blue) = 165+88+160=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A558A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A558A0 is #5AA75F. Grayscale: #777777. Windows color (decimal): -5941088 or 10508453. OLE color: 10508453.
HSL color Cylindrical-coordinate representation of color #A558A0: hue angle of 303.9º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A558A0 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 88 | 160 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.35 |
| HSL | 303.9º | 0.3% | 0.5% | - |
| HSV(B) | 303.9º | 0.47% | 0.65% | - |
| XYZ | 25.35 | 17.52 | 35.3 | - |
| YUV | 119.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 160 | 0 | 0.47 | 0.03 | 0.35 | 303.9 | 0.3 | 0.5 |
| Hex | A5 | 58 | A0 | 0 | 2F | 3 | 23 | 130 | 1E | 32 |
| Octal | 245 | 130 | 240 | 0 | 57 | 3 | 43 | 460 | 36 | 62 |
| Binary | 10100101 | 1011000 | 10100000 | 0 | 101111 | 11 | 100011 | 100110000 | 11110 | 110010 |
Color Harmonies of #A558A0
Complementary color
Monochromatic Colors of #A558A0
Black with #A558A0
Text Example
Text Example
White with #A558A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558A0; }
p { color: rgb(165,88,160); }
H1.HeaderClassName
{
color: #A558A0;
}
.AnyTagClassName
{
color: #A558A0;
}
</style>
background-color css
<style>
a { background-color: #A558A0; }
a { background-color: rgb(165,88,160); }
div.DivClassName
{
background-color: #A558A0;
}
.BgClassName
{
background-color: #A558A0;
}
</style>
border-color css
<style>
span { border-color: #A558A0; }
span { border-color: rgb(165,88,160); }
td.TdClassName
{
border-color: #A558A0;
}
.TagClassName
{
border-color: #A558A0;
}
</style>