Shades of Violet Blue #A349A5
Tints of Violet Blue #A349A5
RGB
CMYK
RGB Variations
Color information
#A349A5 (or 0xA349A5) is known color: Violet Blue. HEX triplet: A3, 49 and A5. RGB value is (163,73,165). Sum of RGB (Red+Green+Blue) = 163+73+165=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 165 - color contains mainly: blue. Hex color #A349A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A349A5 is #5CB65A. Grayscale: #6E6E6E. Windows color (decimal): -6075995 or 10832291. OLE color: 10832291.
HSL color Cylindrical-coordinate representation of color #A349A5: hue angle of 298.7º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A349A5 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 73 | 165 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.35 |
| HSL | 298.7º | 0.39% | 0.47% | - |
| HSV(B) | 298.7º | 0.56% | 0.65% | - |
| XYZ | 24.28 | 15.27 | 37.26 | - |
| YUV | 110.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 165 | 0.01 | 0.56 | 0 | 0.35 | 298.7 | 0.39 | 0.47 |
| Hex | A3 | 49 | A5 | 1 | 38 | 0 | 23 | 12B | 27 | 2F |
| Octal | 243 | 111 | 245 | 1 | 70 | 0 | 43 | 453 | 47 | 57 |
| Binary | 10100011 | 1001001 | 10100101 | 1 | 111000 | 0 | 100011 | 100101011 | 100111 | 101111 |
Color Harmonies of #A349A5
Complementary color
Monochromatic Colors of #A349A5
Black with #A349A5
Text Example
Text Example
White with #A349A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A349A5; }
p { color: rgb(163,73,165); }
H1.HeaderClassName
{
color: #A349A5;
}
.AnyTagClassName
{
color: #A349A5;
}
</style>
background-color css
<style>
a { background-color: #A349A5; }
a { background-color: rgb(163,73,165); }
div.DivClassName
{
background-color: #A349A5;
}
.BgClassName
{
background-color: #A349A5;
}
</style>
border-color css
<style>
span { border-color: #A349A5; }
span { border-color: rgb(163,73,165); }
td.TdClassName
{
border-color: #A349A5;
}
.TagClassName
{
border-color: #A349A5;
}
</style>