Shades of Violet Blue #A558B0
Tints of Violet Blue #A558B0
RGB
CMYK
RGB Variations
Color information
#A558B0 (or 0xA558B0) is known color: Violet Blue. HEX triplet: A5, 58 and B0. RGB value is (165,88,176). Sum of RGB (Red+Green+Blue) = 165+88+176=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 176 - color contains mainly: blue. Hex color #A558B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A558B0 is #5AA74F. Grayscale: #787878. Windows color (decimal): -5941072 or 11557029. OLE color: 11557029.
HSL color Cylindrical-coordinate representation of color #A558B0: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A558B0 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 88 | 176 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.31 |
| HSL | 292.5º | 0.36% | 0.52% | - |
| HSV(B) | 292.5º | 0.5% | 0.69% | - |
| XYZ | 26.84 | 18.11 | 43.16 | - |
| YUV | 121.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 176 | 0.06 | 0.50 | 0 | 0.31 | 292.5 | 0.36 | 0.52 |
| Hex | A5 | 58 | B0 | 6 | 32 | 0 | 1F | 124 | 24 | 34 |
| Octal | 245 | 130 | 260 | 6 | 62 | 0 | 37 | 444 | 44 | 64 |
| Binary | 10100101 | 1011000 | 10110000 | 110 | 110010 | 0 | 11111 | 100100100 | 100100 | 110100 |
Color Harmonies of #A558B0
Complementary color
Monochromatic Colors of #A558B0
Black with #A558B0
Text Example
Text Example
White with #A558B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558B0; }
p { color: rgb(165,88,176); }
H1.HeaderClassName
{
color: #A558B0;
}
.AnyTagClassName
{
color: #A558B0;
}
</style>
background-color css
<style>
a { background-color: #A558B0; }
a { background-color: rgb(165,88,176); }
div.DivClassName
{
background-color: #A558B0;
}
.BgClassName
{
background-color: #A558B0;
}
</style>
border-color css
<style>
span { border-color: #A558B0; }
span { border-color: rgb(165,88,176); }
td.TdClassName
{
border-color: #A558B0;
}
.TagClassName
{
border-color: #A558B0;
}
</style>