Shades of Violet Blue #A359A5
Tints of Violet Blue #A359A5
RGB
CMYK
RGB Variations
Color information
#A359A5 (or 0xA359A5) is known color: Violet Blue. HEX triplet: A3, 59 and A5. RGB value is (163,89,165). Sum of RGB (Red+Green+Blue) = 163+89+165=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 165 - color contains mainly: blue. Hex color #A359A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A359A5 is #5CA65A. Grayscale: #777777. Windows color (decimal): -6071899 or 10836387. OLE color: 10836387.
HSL color Cylindrical-coordinate representation of color #A359A5: hue angle of 298.42º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A359A5 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 89 | 165 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.35 |
| HSL | 298.42º | 0.3% | 0.5% | - |
| HSV(B) | 298.42º | 0.46% | 0.65% | - |
| XYZ | 25.47 | 17.65 | 37.66 | - |
| YUV | 119.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 165 | 0.01 | 0.46 | 0 | 0.35 | 298.42 | 0.3 | 0.5 |
| Hex | A3 | 59 | A5 | 1 | 2E | 0 | 23 | 12A | 1E | 32 |
| Octal | 243 | 131 | 245 | 1 | 56 | 0 | 43 | 452 | 36 | 62 |
| Binary | 10100011 | 1011001 | 10100101 | 1 | 101110 | 0 | 100011 | 100101010 | 11110 | 110010 |
Color Harmonies of #A359A5
Complementary color
Monochromatic Colors of #A359A5
Black with #A359A5
Text Example
Text Example
White with #A359A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359A5; }
p { color: rgb(163,89,165); }
H1.HeaderClassName
{
color: #A359A5;
}
.AnyTagClassName
{
color: #A359A5;
}
</style>
background-color css
<style>
a { background-color: #A359A5; }
a { background-color: rgb(163,89,165); }
div.DivClassName
{
background-color: #A359A5;
}
.BgClassName
{
background-color: #A359A5;
}
</style>
border-color css
<style>
span { border-color: #A359A5; }
span { border-color: rgb(163,89,165); }
td.TdClassName
{
border-color: #A359A5;
}
.TagClassName
{
border-color: #A359A5;
}
</style>