Shades of Violet Blue #A350AA
Tints of Violet Blue #A350AA
RGB
CMYK
RGB Variations
Color information
#A350AA (or 0xA350AA) is known color: Violet Blue. HEX triplet: A3, 50 and AA. RGB value is (163,80,170). Sum of RGB (Red+Green+Blue) = 163+80+170=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #A350AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A350AA is #5CAF55. Grayscale: #727272. Windows color (decimal): -6074198 or 11161763. OLE color: 11161763.
HSL color Cylindrical-coordinate representation of color #A350AA: hue angle of 295.33º 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 #A350AA is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 80 | 170 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.33 |
| HSL | 295.33º | 0.36% | 0.49% | - |
| HSV(B) | 295.33º | 0.53% | 0.67% | - |
| XYZ | 25.23 | 16.43 | 39.87 | - |
| YUV | 115.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 170 | 0.04 | 0.53 | 0 | 0.33 | 295.33 | 0.36 | 0.49 |
| Hex | A3 | 50 | AA | 4 | 35 | 0 | 21 | 127 | 24 | 31 |
| Octal | 243 | 120 | 252 | 4 | 65 | 0 | 41 | 447 | 44 | 61 |
| Binary | 10100011 | 1010000 | 10101010 | 100 | 110101 | 0 | 100001 | 100100111 | 100100 | 110001 |
Color Harmonies of #A350AA
Complementary color
Monochromatic Colors of #A350AA
Black with #A350AA
Text Example
Text Example
White with #A350AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350AA; }
p { color: rgb(163,80,170); }
H1.HeaderClassName
{
color: #A350AA;
}
.AnyTagClassName
{
color: #A350AA;
}
</style>
background-color css
<style>
a { background-color: #A350AA; }
a { background-color: rgb(163,80,170); }
div.DivClassName
{
background-color: #A350AA;
}
.BgClassName
{
background-color: #A350AA;
}
</style>
border-color css
<style>
span { border-color: #A350AA; }
span { border-color: rgb(163,80,170); }
td.TdClassName
{
border-color: #A350AA;
}
.TagClassName
{
border-color: #A350AA;
}
</style>