Shades of Violet Blue #A75BA5
Tints of Violet Blue #A75BA5
RGB
CMYK
RGB Variations
Color information
#A75BA5 (or 0xA75BA5) is known color: Violet Blue. HEX triplet: A7, 5B and A5. RGB value is (167,91,165). Sum of RGB (Red+Green+Blue) = 167+91+165=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A75BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75BA5 is #58A45A. Grayscale: #797979. Windows color (decimal): -5809243 or 10836903. OLE color: 10836903.
HSL color Cylindrical-coordinate representation of color #A75BA5: hue angle of 301.58º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75BA5 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 91 | 165 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.35 |
| HSL | 301.58º | 0.3% | 0.51% | - |
| HSV(B) | 301.58º | 0.46% | 0.65% | - |
| XYZ | 26.47 | 18.41 | 37.76 | - |
| YUV | 122.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 165 | 0 | 0.46 | 0.01 | 0.35 | 301.58 | 0.3 | 0.51 |
| Hex | A7 | 5B | A5 | 0 | 2E | 1 | 23 | 12E | 1E | 33 |
| Octal | 247 | 133 | 245 | 0 | 56 | 1 | 43 | 456 | 36 | 63 |
| Binary | 10100111 | 1011011 | 10100101 | 0 | 101110 | 1 | 100011 | 100101110 | 11110 | 110011 |
Color Harmonies of #A75BA5
Complementary color
Monochromatic Colors of #A75BA5
Black with #A75BA5
Text Example
Text Example
White with #A75BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75BA5; }
p { color: rgb(167,91,165); }
H1.HeaderClassName
{
color: #A75BA5;
}
.AnyTagClassName
{
color: #A75BA5;
}
</style>
background-color css
<style>
a { background-color: #A75BA5; }
a { background-color: rgb(167,91,165); }
div.DivClassName
{
background-color: #A75BA5;
}
.BgClassName
{
background-color: #A75BA5;
}
</style>
border-color css
<style>
span { border-color: #A75BA5; }
span { border-color: rgb(167,91,165); }
td.TdClassName
{
border-color: #A75BA5;
}
.TagClassName
{
border-color: #A75BA5;
}
</style>