Shades of Violet Blue #A358A9
Tints of Violet Blue #A358A9
RGB
CMYK
RGB Variations
Color information
#A358A9 (or 0xA358A9) is known color: Violet Blue. HEX triplet: A3, 58 and A9. RGB value is (163,88,169). Sum of RGB (Red+Green+Blue) = 163+88+169=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 169 - color contains mainly: blue. Hex color #A358A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A358A9 is #5CA756. Grayscale: #777777. Windows color (decimal): -6072151 or 11098275. OLE color: 11098275.
HSL color Cylindrical-coordinate representation of color #A358A9: hue angle of 295.56º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A358A9 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 88 | 169 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.34 |
| HSL | 295.56º | 0.32% | 0.5% | - |
| HSV(B) | 295.56º | 0.48% | 0.66% | - |
| XYZ | 25.76 | 17.63 | 39.58 | - |
| YUV | 119.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 169 | 0.04 | 0.48 | 0 | 0.34 | 295.56 | 0.32 | 0.5 |
| Hex | A3 | 58 | A9 | 4 | 30 | 0 | 22 | 128 | 20 | 32 |
| Octal | 243 | 130 | 251 | 4 | 60 | 0 | 42 | 450 | 40 | 62 |
| Binary | 10100011 | 1011000 | 10101001 | 100 | 110000 | 0 | 100010 | 100101000 | 100000 | 110010 |
Color Harmonies of #A358A9
Complementary color
Monochromatic Colors of #A358A9
Black with #A358A9
Text Example
Text Example
White with #A358A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358A9; }
p { color: rgb(163,88,169); }
H1.HeaderClassName
{
color: #A358A9;
}
.AnyTagClassName
{
color: #A358A9;
}
</style>
background-color css
<style>
a { background-color: #A358A9; }
a { background-color: rgb(163,88,169); }
div.DivClassName
{
background-color: #A358A9;
}
.BgClassName
{
background-color: #A358A9;
}
</style>
border-color css
<style>
span { border-color: #A358A9; }
span { border-color: rgb(163,88,169); }
td.TdClassName
{
border-color: #A358A9;
}
.TagClassName
{
border-color: #A358A9;
}
</style>