Shades of Violet Blue #A3569A
Tints of Violet Blue #A3569A
RGB
CMYK
RGB Variations
Color information
#A3569A (or 0xA3569A) is known color: Violet Blue. HEX triplet: A3, 56 and 9A. RGB value is (163,86,154). Sum of RGB (Red+Green+Blue) = 163+86+154=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3569A is #5CA965. Grayscale: #747474. Windows color (decimal): -6072678 or 10114723. OLE color: 10114723.
HSL color Cylindrical-coordinate representation of color #A3569A: hue angle of 307.01º 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 #A3569A is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 86 | 154 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.36 |
| HSL | 307.01º | 0.31% | 0.49% | - |
| HSV(B) | 307.01º | 0.47% | 0.64% | - |
| XYZ | 24.26 | 16.78 | 32.53 | - |
| YUV | 116.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 154 | 0 | 0.47 | 0.06 | 0.36 | 307.01 | 0.31 | 0.49 |
| Hex | A3 | 56 | 9A | 0 | 2F | 6 | 24 | 133 | 1F | 31 |
| Octal | 243 | 126 | 232 | 0 | 57 | 6 | 44 | 463 | 37 | 61 |
| Binary | 10100011 | 1010110 | 10011010 | 0 | 101111 | 110 | 100100 | 100110011 | 11111 | 110001 |
Color Harmonies of #A3569A
Complementary color
Monochromatic Colors of #A3569A
Black with #A3569A
Text Example
Text Example
White with #A3569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3569A; }
p { color: rgb(163,86,154); }
H1.HeaderClassName
{
color: #A3569A;
}
.AnyTagClassName
{
color: #A3569A;
}
</style>
background-color css
<style>
a { background-color: #A3569A; }
a { background-color: rgb(163,86,154); }
div.DivClassName
{
background-color: #A3569A;
}
.BgClassName
{
background-color: #A3569A;
}
</style>
border-color css
<style>
span { border-color: #A3569A; }
span { border-color: rgb(163,86,154); }
td.TdClassName
{
border-color: #A3569A;
}
.TagClassName
{
border-color: #A3569A;
}
</style>