Shades of Violet Blue #A558AF
Tints of Violet Blue #A558AF
RGB
CMYK
RGB Variations
Color information
#A558AF (or 0xA558AF) is known color: Violet Blue. HEX triplet: A5, 58 and AF. RGB value is (165,88,175). Sum of RGB (Red+Green+Blue) = 165+88+175=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #A558AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A558AF is #5AA750. Grayscale: #787878. Windows color (decimal): -5941073 or 11491493. OLE color: 11491493.
HSL color Cylindrical-coordinate representation of color #A558AF: hue angle of 293.1º degrees, saturation: 0.35, 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 #A558AF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 88 | 175 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.31 |
| HSL | 293.1º | 0.35% | 0.52% | - |
| HSV(B) | 293.1º | 0.5% | 0.69% | - |
| XYZ | 26.74 | 18.07 | 42.64 | - |
| YUV | 120.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 175 | 0.06 | 0.50 | 0 | 0.31 | 293.1 | 0.35 | 0.52 |
| Hex | A5 | 58 | AF | 6 | 32 | 0 | 1F | 125 | 23 | 34 |
| Octal | 245 | 130 | 257 | 6 | 62 | 0 | 37 | 445 | 43 | 64 |
| Binary | 10100101 | 1011000 | 10101111 | 110 | 110010 | 0 | 11111 | 100100101 | 100011 | 110100 |
Color Harmonies of #A558AF
Complementary color
Monochromatic Colors of #A558AF
Black with #A558AF
Text Example
Text Example
White with #A558AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558AF; }
p { color: rgb(165,88,175); }
H1.HeaderClassName
{
color: #A558AF;
}
.AnyTagClassName
{
color: #A558AF;
}
</style>
background-color css
<style>
a { background-color: #A558AF; }
a { background-color: rgb(165,88,175); }
div.DivClassName
{
background-color: #A558AF;
}
.BgClassName
{
background-color: #A558AF;
}
</style>
border-color css
<style>
span { border-color: #A558AF; }
span { border-color: rgb(165,88,175); }
td.TdClassName
{
border-color: #A558AF;
}
.TagClassName
{
border-color: #A558AF;
}
</style>