Shades of Violet Blue #A75094
Tints of Violet Blue #A75094
RGB
CMYK
RGB Variations
Color information
#A75094 (or 0xA75094) is known color: Violet Blue. HEX triplet: A7, 50 and 94. RGB value is (167,80,148). Sum of RGB (Red+Green+Blue) = 167+80+148=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A75094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75094 is #58AF6B. Grayscale: #717171. Windows color (decimal): -5812076 or 9719975. OLE color: 9719975.
HSL color Cylindrical-coordinate representation of color #A75094: hue angle of 313.1º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A75094 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 80 | 148 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.35 |
| HSL | 313.1º | 0.35% | 0.48% | - |
| HSV(B) | 313.1º | 0.52% | 0.65% | - |
| XYZ | 24.15 | 16.09 | 29.85 | - |
| YUV | 113.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 148 | 0 | 0.52 | 0.11 | 0.35 | 313.1 | 0.35 | 0.48 |
| Hex | A7 | 50 | 94 | 0 | 34 | B | 23 | 139 | 23 | 30 |
| Octal | 247 | 120 | 224 | 0 | 64 | 13 | 43 | 471 | 43 | 60 |
| Binary | 10100111 | 1010000 | 10010100 | 0 | 110100 | 1011 | 100011 | 100111001 | 100011 | 110000 |
Color Harmonies of #A75094
Complementary color
Monochromatic Colors of #A75094
Black with #A75094
Text Example
Text Example
White with #A75094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75094; }
p { color: rgb(167,80,148); }
H1.HeaderClassName
{
color: #A75094;
}
.AnyTagClassName
{
color: #A75094;
}
</style>
background-color css
<style>
a { background-color: #A75094; }
a { background-color: rgb(167,80,148); }
div.DivClassName
{
background-color: #A75094;
}
.BgClassName
{
background-color: #A75094;
}
</style>
border-color css
<style>
span { border-color: #A75094; }
span { border-color: rgb(167,80,148); }
td.TdClassName
{
border-color: #A75094;
}
.TagClassName
{
border-color: #A75094;
}
</style>