Shades of Violet Blue #A359AA
Tints of Violet Blue #A359AA
RGB
CMYK
RGB Variations
Color information
#A359AA (or 0xA359AA) is known color: Violet Blue. HEX triplet: A3, 59 and AA. RGB value is (163,89,170). Sum of RGB (Red+Green+Blue) = 163+89+170=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #A359AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A359AA is #5CA655. Grayscale: #787878. Windows color (decimal): -6071894 or 11164067. OLE color: 11164067.
HSL color Cylindrical-coordinate representation of color #A359AA: hue angle of 294.81º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A359AA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 89 | 170 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.33 |
| HSL | 294.81º | 0.32% | 0.51% | - |
| HSV(B) | 294.81º | 0.48% | 0.67% | - |
| XYZ | 25.93 | 17.83 | 40.11 | - |
| YUV | 120.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 170 | 0.04 | 0.48 | 0 | 0.33 | 294.81 | 0.32 | 0.51 |
| Hex | A3 | 59 | AA | 4 | 30 | 0 | 21 | 127 | 20 | 33 |
| Octal | 243 | 131 | 252 | 4 | 60 | 0 | 41 | 447 | 40 | 63 |
| Binary | 10100011 | 1011001 | 10101010 | 100 | 110000 | 0 | 100001 | 100100111 | 100000 | 110011 |
Color Harmonies of #A359AA
Complementary color
Monochromatic Colors of #A359AA
Black with #A359AA
Text Example
Text Example
White with #A359AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359AA; }
p { color: rgb(163,89,170); }
H1.HeaderClassName
{
color: #A359AA;
}
.AnyTagClassName
{
color: #A359AA;
}
</style>
background-color css
<style>
a { background-color: #A359AA; }
a { background-color: rgb(163,89,170); }
div.DivClassName
{
background-color: #A359AA;
}
.BgClassName
{
background-color: #A359AA;
}
</style>
border-color css
<style>
span { border-color: #A359AA; }
span { border-color: rgb(163,89,170); }
td.TdClassName
{
border-color: #A359AA;
}
.TagClassName
{
border-color: #A359AA;
}
</style>