Shades of Violet Blue #A353AE
Tints of Violet Blue #A353AE
RGB
CMYK
RGB Variations
Color information
#A353AE (or 0xA353AE) is known color: Violet Blue. HEX triplet: A3, 53 and AE. RGB value is (163,83,174). Sum of RGB (Red+Green+Blue) = 163+83+174=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #A353AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A353AE is #5CAC51. Grayscale: #757575. Windows color (decimal): -6073426 or 11424675. OLE color: 11424675.
HSL color Cylindrical-coordinate representation of color #A353AE: hue angle of 292.75º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A353AE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 83 | 174 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.32 |
| HSL | 292.75º | 0.36% | 0.5% | - |
| HSV(B) | 292.75º | 0.52% | 0.68% | - |
| XYZ | 25.84 | 17.03 | 41.97 | - |
| YUV | 117.29 | 160 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 174 | 0.06 | 0.52 | 0 | 0.32 | 292.75 | 0.36 | 0.5 |
| Hex | A3 | 53 | AE | 6 | 34 | 0 | 20 | 125 | 24 | 32 |
| Octal | 243 | 123 | 256 | 6 | 64 | 0 | 40 | 445 | 44 | 62 |
| Binary | 10100011 | 1010011 | 10101110 | 110 | 110100 | 0 | 100000 | 100100101 | 100100 | 110010 |
Color Harmonies of #A353AE
Complementary color
Monochromatic Colors of #A353AE
Black with #A353AE
Text Example
Text Example
White with #A353AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353AE; }
p { color: rgb(163,83,174); }
H1.HeaderClassName
{
color: #A353AE;
}
.AnyTagClassName
{
color: #A353AE;
}
</style>
background-color css
<style>
a { background-color: #A353AE; }
a { background-color: rgb(163,83,174); }
div.DivClassName
{
background-color: #A353AE;
}
.BgClassName
{
background-color: #A353AE;
}
</style>
border-color css
<style>
span { border-color: #A353AE; }
span { border-color: rgb(163,83,174); }
td.TdClassName
{
border-color: #A353AE;
}
.TagClassName
{
border-color: #A353AE;
}
</style>