Shades of Violet Blue #A353AD
Tints of Violet Blue #A353AD
RGB
CMYK
RGB Variations
Color information
#A353AD (or 0xA353AD) is known color: Violet Blue. HEX triplet: A3, 53 and AD. RGB value is (163,83,173). Sum of RGB (Red+Green+Blue) = 163+83+173=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #A353AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A353AD is #5CAC52. Grayscale: #747474. Windows color (decimal): -6073427 or 11359139. OLE color: 11359139.
HSL color Cylindrical-coordinate representation of color #A353AD: hue angle of 293.33º degrees, saturation: 0.35, 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 #A353AD is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 83 | 173 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.32 |
| HSL | 293.33º | 0.35% | 0.5% | - |
| HSV(B) | 293.33º | 0.52% | 0.68% | - |
| XYZ | 25.74 | 16.99 | 41.46 | - |
| YUV | 117.18 | 159.5 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 173 | 0.06 | 0.52 | 0 | 0.32 | 293.33 | 0.35 | 0.5 |
| Hex | A3 | 53 | AD | 6 | 34 | 0 | 20 | 125 | 23 | 32 |
| Octal | 243 | 123 | 255 | 6 | 64 | 0 | 40 | 445 | 43 | 62 |
| Binary | 10100011 | 1010011 | 10101101 | 110 | 110100 | 0 | 100000 | 100100101 | 100011 | 110010 |
Color Harmonies of #A353AD
Complementary color
Monochromatic Colors of #A353AD
Black with #A353AD
Text Example
Text Example
White with #A353AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353AD; }
p { color: rgb(163,83,173); }
H1.HeaderClassName
{
color: #A353AD;
}
.AnyTagClassName
{
color: #A353AD;
}
</style>
background-color css
<style>
a { background-color: #A353AD; }
a { background-color: rgb(163,83,173); }
div.DivClassName
{
background-color: #A353AD;
}
.BgClassName
{
background-color: #A353AD;
}
</style>
border-color css
<style>
span { border-color: #A353AD; }
span { border-color: rgb(163,83,173); }
td.TdClassName
{
border-color: #A353AD;
}
.TagClassName
{
border-color: #A353AD;
}
</style>