Shades of Violet Blue #A7569B
Tints of Violet Blue #A7569B
RGB
CMYK
RGB Variations
Color information
#A7569B (or 0xA7569B) is known color: Violet Blue. HEX triplet: A7, 56 and 9B. RGB value is (167,86,155). Sum of RGB (Red+Green+Blue) = 167+86+155=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7569B is #58A964. Grayscale: #757575. Windows color (decimal): -5810533 or 10180263. OLE color: 10180263.
HSL color Cylindrical-coordinate representation of color #A7569B: hue angle of 308.89º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7569B is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 86 | 155 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.35 |
| HSL | 308.89º | 0.32% | 0.5% | - |
| HSV(B) | 308.89º | 0.49% | 0.65% | - |
| XYZ | 25.18 | 17.24 | 33.01 | - |
| YUV | 118.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 155 | 0 | 0.49 | 0.07 | 0.35 | 308.89 | 0.32 | 0.5 |
| Hex | A7 | 56 | 9B | 0 | 31 | 7 | 23 | 135 | 20 | 32 |
| Octal | 247 | 126 | 233 | 0 | 61 | 7 | 43 | 465 | 40 | 62 |
| Binary | 10100111 | 1010110 | 10011011 | 0 | 110001 | 111 | 100011 | 100110101 | 100000 | 110010 |
Color Harmonies of #A7569B
Complementary color
Monochromatic Colors of #A7569B
Black with #A7569B
Text Example
Text Example
White with #A7569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7569B; }
p { color: rgb(167,86,155); }
H1.HeaderClassName
{
color: #A7569B;
}
.AnyTagClassName
{
color: #A7569B;
}
</style>
background-color css
<style>
a { background-color: #A7569B; }
a { background-color: rgb(167,86,155); }
div.DivClassName
{
background-color: #A7569B;
}
.BgClassName
{
background-color: #A7569B;
}
</style>
border-color css
<style>
span { border-color: #A7569B; }
span { border-color: rgb(167,86,155); }
td.TdClassName
{
border-color: #A7569B;
}
.TagClassName
{
border-color: #A7569B;
}
</style>