Shades of Violet Blue #A349A3
Tints of Violet Blue #A349A3
RGB
CMYK
RGB Variations
Color information
#A349A3 (or 0xA349A3) is known color: Violet Blue. HEX triplet: A3, 49 and A3. RGB value is (163,73,163). Sum of RGB (Red+Green+Blue) = 163+73+163=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A349A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A349A3 is #5CB65C. Grayscale: #6D6D6D. Windows color (decimal): -6075997 or 10701219. OLE color: 10701219.
HSL color Cylindrical-coordinate representation of color #A349A3: hue angle of 300º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A349A3 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 73 | 163 | - |
| CMYK | 0 | 0.55 | 0 | 0.36 |
| HSL | 300º | 0.38% | 0.46% | - |
| HSV(B) | 300º | 0.55% | 0.64% | - |
| XYZ | 24.1 | 15.2 | 36.31 | - |
| YUV | 110.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 163 | 0 | 0.55 | 0 | 0.36 | 300 | 0.38 | 0.46 |
| Hex | A3 | 49 | A3 | 0 | 37 | 0 | 24 | 12C | 26 | 2E |
| Octal | 243 | 111 | 243 | 0 | 67 | 0 | 44 | 454 | 46 | 56 |
| Binary | 10100011 | 1001001 | 10100011 | 0 | 110111 | 0 | 100100 | 100101100 | 100110 | 101110 |
Color Harmonies of #A349A3
Complementary color
Monochromatic Colors of #A349A3
Black with #A349A3
Text Example
Text Example
White with #A349A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A349A3; }
p { color: rgb(163,73,163); }
H1.HeaderClassName
{
color: #A349A3;
}
.AnyTagClassName
{
color: #A349A3;
}
</style>
background-color css
<style>
a { background-color: #A349A3; }
a { background-color: rgb(163,73,163); }
div.DivClassName
{
background-color: #A349A3;
}
.BgClassName
{
background-color: #A349A3;
}
</style>
border-color css
<style>
span { border-color: #A349A3; }
span { border-color: rgb(163,73,163); }
td.TdClassName
{
border-color: #A349A3;
}
.TagClassName
{
border-color: #A349A3;
}
</style>