Shades of Violet Blue #A760A4
Tints of Violet Blue #A760A4
RGB
CMYK
RGB Variations
Color information
#A760A4 (or 0xA760A4) is known color: Violet Blue. HEX triplet: A7, 60 and A4. RGB value is (167,96,164). Sum of RGB (Red+Green+Blue) = 167+96+164=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A760A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A760A4 is #589F5B. Grayscale: #7C7C7C. Windows color (decimal): -5807964 or 10772647. OLE color: 10772647.
HSL color Cylindrical-coordinate representation of color #A760A4: hue angle of 302.54º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A760A4 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 96 | 164 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.35 |
| HSL | 302.54º | 0.29% | 0.52% | - |
| HSV(B) | 302.54º | 0.43% | 0.65% | - |
| XYZ | 26.82 | 19.26 | 37.43 | - |
| YUV | 124.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 96 | 164 | 0 | 0.43 | 0.02 | 0.35 | 302.54 | 0.29 | 0.52 |
| Hex | A7 | 60 | A4 | 0 | 2B | 2 | 23 | 12F | 1D | 34 |
| Octal | 247 | 140 | 244 | 0 | 53 | 2 | 43 | 457 | 35 | 64 |
| Binary | 10100111 | 1100000 | 10100100 | 0 | 101011 | 10 | 100011 | 100101111 | 11101 | 110100 |
Color Harmonies of #A760A4
Complementary color
Monochromatic Colors of #A760A4
Black with #A760A4
Text Example
Text Example
White with #A760A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A760A4; }
p { color: rgb(167,96,164); }
H1.HeaderClassName
{
color: #A760A4;
}
.AnyTagClassName
{
color: #A760A4;
}
</style>
background-color css
<style>
a { background-color: #A760A4; }
a { background-color: rgb(167,96,164); }
div.DivClassName
{
background-color: #A760A4;
}
.BgClassName
{
background-color: #A760A4;
}
</style>
border-color css
<style>
span { border-color: #A760A4; }
span { border-color: rgb(167,96,164); }
td.TdClassName
{
border-color: #A760A4;
}
.TagClassName
{
border-color: #A760A4;
}
</style>