Shades of Violet Blue #A775A6
Tints of Violet Blue #A775A6
RGB
CMYK
RGB Variations
Color information
#A775A6 (or 0xA775A6) is known color: Violet Blue. HEX triplet: A7, 75 and A6. RGB value is (167,117,166). Sum of RGB (Red+Green+Blue) = 167+117+166=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 167 - color contains mainly: red. Hex color #A775A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A775A6 is #588A59. Grayscale: #898989. Windows color (decimal): -5802586 or 10909095. OLE color: 10909095.
HSL color Cylindrical-coordinate representation of color #A775A6: hue angle of 301.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A775A6 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 117 | 166 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.35 |
| HSL | 301.2º | 0.22% | 0.56% | - |
| HSV(B) | 301.2º | 0.3% | 0.65% | - |
| XYZ | 29.18 | 23.69 | 39.11 | - |
| YUV | 137.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 166 | 0 | 0.30 | 0.01 | 0.35 | 301.2 | 0.22 | 0.56 |
| Hex | A7 | 75 | A6 | 0 | 1E | 1 | 23 | 12D | 16 | 38 |
| Octal | 247 | 165 | 246 | 0 | 36 | 1 | 43 | 455 | 26 | 70 |
| Binary | 10100111 | 1110101 | 10100110 | 0 | 11110 | 1 | 100011 | 100101101 | 10110 | 111000 |
Color Harmonies of #A775A6
Complementary color
Monochromatic Colors of #A775A6
Black with #A775A6
Text Example
Text Example
White with #A775A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A775A6; }
p { color: rgb(167,117,166); }
H1.HeaderClassName
{
color: #A775A6;
}
.AnyTagClassName
{
color: #A775A6;
}
</style>
background-color css
<style>
a { background-color: #A775A6; }
a { background-color: rgb(167,117,166); }
div.DivClassName
{
background-color: #A775A6;
}
.BgClassName
{
background-color: #A775A6;
}
</style>
border-color css
<style>
span { border-color: #A775A6; }
span { border-color: rgb(167,117,166); }
td.TdClassName
{
border-color: #A775A6;
}
.TagClassName
{
border-color: #A775A6;
}
</style>