Shades of Violet Blue #A760A5
Tints of Violet Blue #A760A5
RGB
CMYK
RGB Variations
Color information
#A760A5 (or 0xA760A5) is known color: Violet Blue. HEX triplet: A7, 60 and A5. RGB value is (167,96,165). Sum of RGB (Red+Green+Blue) = 167+96+165=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A760A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A760A5 is #589F5A. Grayscale: #7C7C7C. Windows color (decimal): -5807963 or 10838183. OLE color: 10838183.
HSL color Cylindrical-coordinate representation of color #A760A5: hue angle of 301.69º 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 #A760A5 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 96 | 165 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.35 |
| HSL | 301.69º | 0.29% | 0.52% | - |
| HSV(B) | 301.69º | 0.43% | 0.65% | - |
| XYZ | 26.91 | 19.3 | 37.9 | - |
| YUV | 125.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 96 | 165 | 0 | 0.43 | 0.01 | 0.35 | 301.69 | 0.29 | 0.52 |
| Hex | A7 | 60 | A5 | 0 | 2B | 1 | 23 | 12E | 1D | 34 |
| Octal | 247 | 140 | 245 | 0 | 53 | 1 | 43 | 456 | 35 | 64 |
| Binary | 10100111 | 1100000 | 10100101 | 0 | 101011 | 1 | 100011 | 100101110 | 11101 | 110100 |
Color Harmonies of #A760A5
Complementary color
Monochromatic Colors of #A760A5
Black with #A760A5
Text Example
Text Example
White with #A760A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A760A5; }
p { color: rgb(167,96,165); }
H1.HeaderClassName
{
color: #A760A5;
}
.AnyTagClassName
{
color: #A760A5;
}
</style>
background-color css
<style>
a { background-color: #A760A5; }
a { background-color: rgb(167,96,165); }
div.DivClassName
{
background-color: #A760A5;
}
.BgClassName
{
background-color: #A760A5;
}
</style>
border-color css
<style>
span { border-color: #A760A5; }
span { border-color: rgb(167,96,165); }
td.TdClassName
{
border-color: #A760A5;
}
.TagClassName
{
border-color: #A760A5;
}
</style>