Shades of Violet Blue #A75BB1
Tints of Violet Blue #A75BB1
RGB
CMYK
RGB Variations
Color information
#A75BB1 (or 0xA75BB1) is known color: Violet Blue. HEX triplet: A7, 5B and B1. RGB value is (167,91,177). Sum of RGB (Red+Green+Blue) = 167+91+177=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #A75BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75BB1 is #58A44E. Grayscale: #7B7B7B. Windows color (decimal): -5809231 or 11623335. OLE color: 11623335.
HSL color Cylindrical-coordinate representation of color #A75BB1: hue angle of 293.02º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75BB1 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 91 | 177 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.31 |
| HSL | 293.02º | 0.36% | 0.53% | - |
| HSV(B) | 293.02º | 0.49% | 0.69% | - |
| XYZ | 27.61 | 18.87 | 43.78 | - |
| YUV | 123.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 177 | 0.06 | 0.49 | 0 | 0.31 | 293.02 | 0.36 | 0.53 |
| Hex | A7 | 5B | B1 | 6 | 31 | 0 | 1F | 125 | 24 | 35 |
| Octal | 247 | 133 | 261 | 6 | 61 | 0 | 37 | 445 | 44 | 65 |
| Binary | 10100111 | 1011011 | 10110001 | 110 | 110001 | 0 | 11111 | 100100101 | 100100 | 110101 |
Color Harmonies of #A75BB1
Complementary color
Monochromatic Colors of #A75BB1
Black with #A75BB1
Text Example
Text Example
White with #A75BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75BB1; }
p { color: rgb(167,91,177); }
H1.HeaderClassName
{
color: #A75BB1;
}
.AnyTagClassName
{
color: #A75BB1;
}
</style>
background-color css
<style>
a { background-color: #A75BB1; }
a { background-color: rgb(167,91,177); }
div.DivClassName
{
background-color: #A75BB1;
}
.BgClassName
{
background-color: #A75BB1;
}
</style>
border-color css
<style>
span { border-color: #A75BB1; }
span { border-color: rgb(167,91,177); }
td.TdClassName
{
border-color: #A75BB1;
}
.TagClassName
{
border-color: #A75BB1;
}
</style>