Shades of Violet Blue #A353A1
Tints of Violet Blue #A353A1
RGB
CMYK
RGB Variations
Color information
#A353A1 (or 0xA353A1) is known color: Violet Blue. HEX triplet: A3, 53 and A1. RGB value is (163,83,161). Sum of RGB (Red+Green+Blue) = 163+83+161=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A353A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A353A1 is #5CAC5E. Grayscale: #737373. Windows color (decimal): -6073439 or 10572707. OLE color: 10572707.
HSL color Cylindrical-coordinate representation of color #A353A1: hue angle of 301.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A353A1 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 83 | 161 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.36 |
| HSL | 301.5º | 0.33% | 0.48% | - |
| HSV(B) | 301.5º | 0.49% | 0.64% | - |
| XYZ | 24.63 | 16.55 | 35.61 | - |
| YUV | 115.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 161 | 0 | 0.49 | 0.01 | 0.36 | 301.5 | 0.33 | 0.48 |
| Hex | A3 | 53 | A1 | 0 | 31 | 1 | 24 | 12E | 21 | 30 |
| Octal | 243 | 123 | 241 | 0 | 61 | 1 | 44 | 456 | 41 | 60 |
| Binary | 10100011 | 1010011 | 10100001 | 0 | 110001 | 1 | 100100 | 100101110 | 100001 | 110000 |
Color Harmonies of #A353A1
Complementary color
Monochromatic Colors of #A353A1
Black with #A353A1
Text Example
Text Example
White with #A353A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353A1; }
p { color: rgb(163,83,161); }
H1.HeaderClassName
{
color: #A353A1;
}
.AnyTagClassName
{
color: #A353A1;
}
</style>
background-color css
<style>
a { background-color: #A353A1; }
a { background-color: rgb(163,83,161); }
div.DivClassName
{
background-color: #A353A1;
}
.BgClassName
{
background-color: #A353A1;
}
</style>
border-color css
<style>
span { border-color: #A353A1; }
span { border-color: rgb(163,83,161); }
td.TdClassName
{
border-color: #A353A1;
}
.TagClassName
{
border-color: #A353A1;
}
</style>