Shades of Violet Blue #A76BA3
Tints of Violet Blue #A76BA3
RGB
CMYK
RGB Variations
Color information
#A76BA3 (or 0xA76BA3) is known color: Violet Blue. HEX triplet: A7, 6B and A3. RGB value is (167,107,163). Sum of RGB (Red+Green+Blue) = 167+107+163=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 167 - color contains mainly: red. Hex color #A76BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76BA3 is #58945C. Grayscale: #838383. Windows color (decimal): -5805149 or 10709927. OLE color: 10709927.
HSL color Cylindrical-coordinate representation of color #A76BA3: hue angle of 304º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A76BA3 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 107 | 163 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.35 |
| HSL | 304º | 0.25% | 0.54% | - |
| HSV(B) | 304º | 0.36% | 0.65% | - |
| XYZ | 27.8 | 21.38 | 37.31 | - |
| YUV | 131.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 163 | 0 | 0.36 | 0.02 | 0.35 | 304 | 0.25 | 0.54 |
| Hex | A7 | 6B | A3 | 0 | 24 | 2 | 23 | 130 | 19 | 36 |
| Octal | 247 | 153 | 243 | 0 | 44 | 2 | 43 | 460 | 31 | 66 |
| Binary | 10100111 | 1101011 | 10100011 | 0 | 100100 | 10 | 100011 | 100110000 | 11001 | 110110 |
Color Harmonies of #A76BA3
Complementary color
Monochromatic Colors of #A76BA3
Black with #A76BA3
Text Example
Text Example
White with #A76BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76BA3; }
p { color: rgb(167,107,163); }
H1.HeaderClassName
{
color: #A76BA3;
}
.AnyTagClassName
{
color: #A76BA3;
}
</style>
background-color css
<style>
a { background-color: #A76BA3; }
a { background-color: rgb(167,107,163); }
div.DivClassName
{
background-color: #A76BA3;
}
.BgClassName
{
background-color: #A76BA3;
}
</style>
border-color css
<style>
span { border-color: #A76BA3; }
span { border-color: rgb(167,107,163); }
td.TdClassName
{
border-color: #A76BA3;
}
.TagClassName
{
border-color: #A76BA3;
}
</style>