Shades of Violet Blue #A350AB
Tints of Violet Blue #A350AB
RGB
CMYK
RGB Variations
Color information
#A350AB (or 0xA350AB) is known color: Violet Blue. HEX triplet: A3, 50 and AB. RGB value is (163,80,171). Sum of RGB (Red+Green+Blue) = 163+80+171=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #A350AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A350AB is #5CAF54. Grayscale: #727272. Windows color (decimal): -6074197 or 11227299. OLE color: 11227299.
HSL color Cylindrical-coordinate representation of color #A350AB: hue angle of 294.73º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A350AB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 80 | 171 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.33 |
| HSL | 294.73º | 0.36% | 0.49% | - |
| HSV(B) | 294.73º | 0.53% | 0.67% | - |
| XYZ | 25.32 | 16.46 | 40.37 | - |
| YUV | 115.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 171 | 0.05 | 0.53 | 0 | 0.33 | 294.73 | 0.36 | 0.49 |
| Hex | A3 | 50 | AB | 5 | 35 | 0 | 21 | 127 | 24 | 31 |
| Octal | 243 | 120 | 253 | 5 | 65 | 0 | 41 | 447 | 44 | 61 |
| Binary | 10100011 | 1010000 | 10101011 | 101 | 110101 | 0 | 100001 | 100100111 | 100100 | 110001 |
Color Harmonies of #A350AB
Complementary color
Monochromatic Colors of #A350AB
Black with #A350AB
Text Example
Text Example
White with #A350AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350AB; }
p { color: rgb(163,80,171); }
H1.HeaderClassName
{
color: #A350AB;
}
.AnyTagClassName
{
color: #A350AB;
}
</style>
background-color css
<style>
a { background-color: #A350AB; }
a { background-color: rgb(163,80,171); }
div.DivClassName
{
background-color: #A350AB;
}
.BgClassName
{
background-color: #A350AB;
}
</style>
border-color css
<style>
span { border-color: #A350AB; }
span { border-color: rgb(163,80,171); }
td.TdClassName
{
border-color: #A350AB;
}
.TagClassName
{
border-color: #A350AB;
}
</style>