Shades of Violet Blue #A3569B
Tints of Violet Blue #A3569B
RGB
CMYK
RGB Variations
Color information
#A3569B (or 0xA3569B) is known color: Violet Blue. HEX triplet: A3, 56 and 9B. RGB value is (163,86,155). Sum of RGB (Red+Green+Blue) = 163+86+155=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3569B is #5CA964. Grayscale: #747474. Windows color (decimal): -6072677 or 10180259. OLE color: 10180259.
HSL color Cylindrical-coordinate representation of color #A3569B: hue angle of 306.23º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3569B is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 86 | 155 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.36 |
| HSL | 306.23º | 0.31% | 0.49% | - |
| HSV(B) | 306.23º | 0.47% | 0.64% | - |
| XYZ | 24.35 | 16.81 | 32.97 | - |
| YUV | 116.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 155 | 0 | 0.47 | 0.05 | 0.36 | 306.23 | 0.31 | 0.49 |
| Hex | A3 | 56 | 9B | 0 | 2F | 5 | 24 | 132 | 1F | 31 |
| Octal | 243 | 126 | 233 | 0 | 57 | 5 | 44 | 462 | 37 | 61 |
| Binary | 10100011 | 1010110 | 10011011 | 0 | 101111 | 101 | 100100 | 100110010 | 11111 | 110001 |
Color Harmonies of #A3569B
Complementary color
Monochromatic Colors of #A3569B
Black with #A3569B
Text Example
Text Example
White with #A3569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3569B; }
p { color: rgb(163,86,155); }
H1.HeaderClassName
{
color: #A3569B;
}
.AnyTagClassName
{
color: #A3569B;
}
</style>
background-color css
<style>
a { background-color: #A3569B; }
a { background-color: rgb(163,86,155); }
div.DivClassName
{
background-color: #A3569B;
}
.BgClassName
{
background-color: #A3569B;
}
</style>
border-color css
<style>
span { border-color: #A3569B; }
span { border-color: rgb(163,86,155); }
td.TdClassName
{
border-color: #A3569B;
}
.TagClassName
{
border-color: #A3569B;
}
</style>