Shades of Violet Blue #A353AF
Tints of Violet Blue #A353AF
RGB
CMYK
RGB Variations
Color information
#A353AF (or 0xA353AF) is known color: Violet Blue. HEX triplet: A3, 53 and AF. RGB value is (163,83,175). Sum of RGB (Red+Green+Blue) = 163+83+175=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #A353AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A353AF is #5CAC50. Grayscale: #757575. Windows color (decimal): -6073425 or 11490211. OLE color: 11490211.
HSL color Cylindrical-coordinate representation of color #A353AF: hue angle of 292.17º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A353AF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 83 | 175 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.31 |
| HSL | 292.17º | 0.37% | 0.51% | - |
| HSV(B) | 292.17º | 0.53% | 0.69% | - |
| XYZ | 25.94 | 17.07 | 42.48 | - |
| YUV | 117.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 175 | 0.07 | 0.53 | 0 | 0.31 | 292.17 | 0.37 | 0.51 |
| Hex | A3 | 53 | AF | 7 | 35 | 0 | 1F | 124 | 25 | 33 |
| Octal | 243 | 123 | 257 | 7 | 65 | 0 | 37 | 444 | 45 | 63 |
| Binary | 10100011 | 1010011 | 10101111 | 111 | 110101 | 0 | 11111 | 100100100 | 100101 | 110011 |
Color Harmonies of #A353AF
Complementary color
Monochromatic Colors of #A353AF
Black with #A353AF
Text Example
Text Example
White with #A353AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353AF; }
p { color: rgb(163,83,175); }
H1.HeaderClassName
{
color: #A353AF;
}
.AnyTagClassName
{
color: #A353AF;
}
</style>
background-color css
<style>
a { background-color: #A353AF; }
a { background-color: rgb(163,83,175); }
div.DivClassName
{
background-color: #A353AF;
}
.BgClassName
{
background-color: #A353AF;
}
</style>
border-color css
<style>
span { border-color: #A353AF; }
span { border-color: rgb(163,83,175); }
td.TdClassName
{
border-color: #A353AF;
}
.TagClassName
{
border-color: #A353AF;
}
</style>