Shades of Violet Blue #A75FB1
Tints of Violet Blue #A75FB1
RGB
CMYK
RGB Variations
Color information
#A75FB1 (or 0xA75FB1) is known color: Violet Blue. HEX triplet: A7, 5F and B1. RGB value is (167,95,177). Sum of RGB (Red+Green+Blue) = 167+95+177=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 177 - color contains mainly: blue. Hex color #A75FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75FB1 is #58A04E. Grayscale: #7D7D7D. Windows color (decimal): -5808207 or 11624359. OLE color: 11624359.
HSL color Cylindrical-coordinate representation of color #A75FB1: hue angle of 292.68º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75FB1 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 95 | 177 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.31 |
| HSL | 292.68º | 0.34% | 0.53% | - |
| HSV(B) | 292.68º | 0.46% | 0.69% | - |
| XYZ | 27.96 | 19.57 | 43.9 | - |
| YUV | 125.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 95 | 177 | 0.06 | 0.46 | 0 | 0.31 | 292.68 | 0.34 | 0.53 |
| Hex | A7 | 5F | B1 | 6 | 2E | 0 | 1F | 125 | 22 | 35 |
| Octal | 247 | 137 | 261 | 6 | 56 | 0 | 37 | 445 | 42 | 65 |
| Binary | 10100111 | 1011111 | 10110001 | 110 | 101110 | 0 | 11111 | 100100101 | 100010 | 110101 |
Color Harmonies of #A75FB1
Complementary color
Monochromatic Colors of #A75FB1
Black with #A75FB1
Text Example
Text Example
White with #A75FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75FB1; }
p { color: rgb(167,95,177); }
H1.HeaderClassName
{
color: #A75FB1;
}
.AnyTagClassName
{
color: #A75FB1;
}
</style>
background-color css
<style>
a { background-color: #A75FB1; }
a { background-color: rgb(167,95,177); }
div.DivClassName
{
background-color: #A75FB1;
}
.BgClassName
{
background-color: #A75FB1;
}
</style>
border-color css
<style>
span { border-color: #A75FB1; }
span { border-color: rgb(167,95,177); }
td.TdClassName
{
border-color: #A75FB1;
}
.TagClassName
{
border-color: #A75FB1;
}
</style>