Shades of Violet Blue #A3569D
Tints of Violet Blue #A3569D
RGB
CMYK
RGB Variations
Color information
#A3569D (or 0xA3569D) is known color: Violet Blue. HEX triplet: A3, 56 and 9D. RGB value is (163,86,157). Sum of RGB (Red+Green+Blue) = 163+86+157=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3569D is #5CA962. Grayscale: #747474. Windows color (decimal): -6072675 or 10311331. OLE color: 10311331.
HSL color Cylindrical-coordinate representation of color #A3569D: hue angle of 304.68º 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 #A3569D is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 86 | 157 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.36 |
| HSL | 304.68º | 0.31% | 0.49% | - |
| HSV(B) | 304.68º | 0.47% | 0.64% | - |
| XYZ | 24.52 | 16.88 | 33.86 | - |
| YUV | 117.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 157 | 0 | 0.47 | 0.04 | 0.36 | 304.68 | 0.31 | 0.49 |
| Hex | A3 | 56 | 9D | 0 | 2F | 4 | 24 | 131 | 1F | 31 |
| Octal | 243 | 126 | 235 | 0 | 57 | 4 | 44 | 461 | 37 | 61 |
| Binary | 10100011 | 1010110 | 10011101 | 0 | 101111 | 100 | 100100 | 100110001 | 11111 | 110001 |
Color Harmonies of #A3569D
Complementary color
Monochromatic Colors of #A3569D
Black with #A3569D
Text Example
Text Example
White with #A3569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3569D; }
p { color: rgb(163,86,157); }
H1.HeaderClassName
{
color: #A3569D;
}
.AnyTagClassName
{
color: #A3569D;
}
</style>
background-color css
<style>
a { background-color: #A3569D; }
a { background-color: rgb(163,86,157); }
div.DivClassName
{
background-color: #A3569D;
}
.BgClassName
{
background-color: #A3569D;
}
</style>
border-color css
<style>
span { border-color: #A3569D; }
span { border-color: rgb(163,86,157); }
td.TdClassName
{
border-color: #A3569D;
}
.TagClassName
{
border-color: #A3569D;
}
</style>