Shades of Violet Blue #A759A0
Tints of Violet Blue #A759A0
RGB
CMYK
RGB Variations
Color information
#A759A0 (or 0xA759A0) is known color: Violet Blue. HEX triplet: A7, 59 and A0. RGB value is (167,89,160). Sum of RGB (Red+Green+Blue) = 167+89+160=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A759A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A759A0 is #58A65F. Grayscale: #787878. Windows color (decimal): -5809760 or 10508711. OLE color: 10508711.
HSL color Cylindrical-coordinate representation of color #A759A0: hue angle of 305.38º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A759A0 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 89 | 160 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.35 |
| HSL | 305.38º | 0.31% | 0.5% | - |
| HSV(B) | 305.38º | 0.47% | 0.65% | - |
| XYZ | 25.85 | 17.9 | 35.35 | - |
| YUV | 120.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 160 | 0 | 0.47 | 0.04 | 0.35 | 305.38 | 0.31 | 0.5 |
| Hex | A7 | 59 | A0 | 0 | 2F | 4 | 23 | 131 | 1F | 32 |
| Octal | 247 | 131 | 240 | 0 | 57 | 4 | 43 | 461 | 37 | 62 |
| Binary | 10100111 | 1011001 | 10100000 | 0 | 101111 | 100 | 100011 | 100110001 | 11111 | 110010 |
Color Harmonies of #A759A0
Complementary color
Monochromatic Colors of #A759A0
Black with #A759A0
Text Example
Text Example
White with #A759A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A759A0; }
p { color: rgb(167,89,160); }
H1.HeaderClassName
{
color: #A759A0;
}
.AnyTagClassName
{
color: #A759A0;
}
</style>
background-color css
<style>
a { background-color: #A759A0; }
a { background-color: rgb(167,89,160); }
div.DivClassName
{
background-color: #A759A0;
}
.BgClassName
{
background-color: #A759A0;
}
</style>
border-color css
<style>
span { border-color: #A759A0; }
span { border-color: rgb(167,89,160); }
td.TdClassName
{
border-color: #A759A0;
}
.TagClassName
{
border-color: #A759A0;
}
</style>