Shades of Violet Blue #A75CB1
Tints of Violet Blue #A75CB1
RGB
CMYK
RGB Variations
Color information
#A75CB1 (or 0xA75CB1) is known color: Violet Blue. HEX triplet: A7, 5C and B1. RGB value is (167,92,177). Sum of RGB (Red+Green+Blue) = 167+92+177=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #A75CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75CB1 is #58A34E. Grayscale: #7B7B7B. Windows color (decimal): -5808975 or 11623591. OLE color: 11623591.
HSL color Cylindrical-coordinate representation of color #A75CB1: hue angle of 292.94º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75CB1 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 92 | 177 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.31 |
| HSL | 292.94º | 0.35% | 0.53% | - |
| HSV(B) | 292.94º | 0.48% | 0.69% | - |
| XYZ | 27.7 | 19.04 | 43.81 | - |
| YUV | 124.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 177 | 0.06 | 0.48 | 0 | 0.31 | 292.94 | 0.35 | 0.53 |
| Hex | A7 | 5C | B1 | 6 | 30 | 0 | 1F | 125 | 23 | 35 |
| Octal | 247 | 134 | 261 | 6 | 60 | 0 | 37 | 445 | 43 | 65 |
| Binary | 10100111 | 1011100 | 10110001 | 110 | 110000 | 0 | 11111 | 100100101 | 100011 | 110101 |
Color Harmonies of #A75CB1
Complementary color
Monochromatic Colors of #A75CB1
Black with #A75CB1
Text Example
Text Example
White with #A75CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75CB1; }
p { color: rgb(167,92,177); }
H1.HeaderClassName
{
color: #A75CB1;
}
.AnyTagClassName
{
color: #A75CB1;
}
</style>
background-color css
<style>
a { background-color: #A75CB1; }
a { background-color: rgb(167,92,177); }
div.DivClassName
{
background-color: #A75CB1;
}
.BgClassName
{
background-color: #A75CB1;
}
</style>
border-color css
<style>
span { border-color: #A75CB1; }
span { border-color: rgb(167,92,177); }
td.TdClassName
{
border-color: #A75CB1;
}
.TagClassName
{
border-color: #A75CB1;
}
</style>