Shades of Violet Blue #A359A8
Tints of Violet Blue #A359A8
RGB
CMYK
RGB Variations
Color information
#A359A8 (or 0xA359A8) is known color: Violet Blue. HEX triplet: A3, 59 and A8. RGB value is (163,89,168). Sum of RGB (Red+Green+Blue) = 163+89+168=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 168 - color contains mainly: blue. Hex color #A359A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A359A8 is #5CA657. Grayscale: #777777. Windows color (decimal): -6071896 or 11032995. OLE color: 11032995.
HSL color Cylindrical-coordinate representation of color #A359A8: hue angle of 296.2º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A359A8 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 89 | 168 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.34 |
| HSL | 296.2º | 0.31% | 0.5% | - |
| HSV(B) | 296.2º | 0.47% | 0.66% | - |
| XYZ | 25.74 | 17.76 | 39.12 | - |
| YUV | 120.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 168 | 0.03 | 0.47 | 0 | 0.34 | 296.2 | 0.31 | 0.5 |
| Hex | A3 | 59 | A8 | 3 | 2F | 0 | 22 | 128 | 1F | 32 |
| Octal | 243 | 131 | 250 | 3 | 57 | 0 | 42 | 450 | 37 | 62 |
| Binary | 10100011 | 1011001 | 10101000 | 11 | 101111 | 0 | 100010 | 100101000 | 11111 | 110010 |
Color Harmonies of #A359A8
Complementary color
Monochromatic Colors of #A359A8
Black with #A359A8
Text Example
Text Example
White with #A359A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359A8; }
p { color: rgb(163,89,168); }
H1.HeaderClassName
{
color: #A359A8;
}
.AnyTagClassName
{
color: #A359A8;
}
</style>
background-color css
<style>
a { background-color: #A359A8; }
a { background-color: rgb(163,89,168); }
div.DivClassName
{
background-color: #A359A8;
}
.BgClassName
{
background-color: #A359A8;
}
</style>
border-color css
<style>
span { border-color: #A359A8; }
span { border-color: rgb(163,89,168); }
td.TdClassName
{
border-color: #A359A8;
}
.TagClassName
{
border-color: #A359A8;
}
</style>