Shades of Violet Blue #A75C9A
Tints of Violet Blue #A75C9A
RGB
CMYK
RGB Variations
Color information
#A75C9A (or 0xA75C9A) is known color: Violet Blue. HEX triplet: A7, 5C and 9A. RGB value is (167,92,154). Sum of RGB (Red+Green+Blue) = 167+92+154=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75C9A is #58A365. Grayscale: #797979. Windows color (decimal): -5808998 or 10116263. OLE color: 10116263.
HSL color Cylindrical-coordinate representation of color #A75C9A: hue angle of 310.4º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75C9A is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 92 | 154 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.35 |
| HSL | 310.4º | 0.3% | 0.51% | - |
| HSV(B) | 310.4º | 0.45% | 0.65% | - |
| XYZ | 25.6 | 18.2 | 32.74 | - |
| YUV | 121.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 154 | 0 | 0.45 | 0.08 | 0.35 | 310.4 | 0.3 | 0.51 |
| Hex | A7 | 5C | 9A | 0 | 2D | 8 | 23 | 136 | 1E | 33 |
| Octal | 247 | 134 | 232 | 0 | 55 | 10 | 43 | 466 | 36 | 63 |
| Binary | 10100111 | 1011100 | 10011010 | 0 | 101101 | 1000 | 100011 | 100110110 | 11110 | 110011 |
Color Harmonies of #A75C9A
Complementary color
Monochromatic Colors of #A75C9A
Black with #A75C9A
Text Example
Text Example
White with #A75C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75C9A; }
p { color: rgb(167,92,154); }
H1.HeaderClassName
{
color: #A75C9A;
}
.AnyTagClassName
{
color: #A75C9A;
}
</style>
background-color css
<style>
a { background-color: #A75C9A; }
a { background-color: rgb(167,92,154); }
div.DivClassName
{
background-color: #A75C9A;
}
.BgClassName
{
background-color: #A75C9A;
}
</style>
border-color css
<style>
span { border-color: #A75C9A; }
span { border-color: rgb(167,92,154); }
td.TdClassName
{
border-color: #A75C9A;
}
.TagClassName
{
border-color: #A75C9A;
}
</style>