Shades of Violet Blue #A074A6
Tints of Violet Blue #A074A6
RGB
CMYK
RGB Variations
Color information
#A074A6 (or 0xA074A6) is known color: Violet Blue. HEX triplet: A0, 74 and A6. RGB value is (160,116,166). Sum of RGB (Red+Green+Blue) = 160+116+166=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 166 - color contains mainly: blue. Hex color #A074A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A074A6 is #5F8B59. Grayscale: #868686. Windows color (decimal): -6261594 or 10908832. OLE color: 10908832.
HSL color Cylindrical-coordinate representation of color #A074A6: hue angle of 292.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A074A6 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 116 | 166 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.35 |
| HSL | 292.8º | 0.22% | 0.55% | - |
| HSV(B) | 292.8º | 0.3% | 0.65% | - |
| XYZ | 27.63 | 22.72 | 39.01 | - |
| YUV | 134.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 166 | 0.04 | 0.30 | 0 | 0.35 | 292.8 | 0.22 | 0.55 |
| Hex | A0 | 74 | A6 | 4 | 1E | 0 | 23 | 125 | 16 | 37 |
| Octal | 240 | 164 | 246 | 4 | 36 | 0 | 43 | 445 | 26 | 67 |
| Binary | 10100000 | 1110100 | 10100110 | 100 | 11110 | 0 | 100011 | 100100101 | 10110 | 110111 |
Color Harmonies of #A074A6
Complementary color
Monochromatic Colors of #A074A6
Black with #A074A6
Text Example
Text Example
White with #A074A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074A6; }
p { color: rgb(160,116,166); }
H1.HeaderClassName
{
color: #A074A6;
}
.AnyTagClassName
{
color: #A074A6;
}
</style>
background-color css
<style>
a { background-color: #A074A6; }
a { background-color: rgb(160,116,166); }
div.DivClassName
{
background-color: #A074A6;
}
.BgClassName
{
background-color: #A074A6;
}
</style>
border-color css
<style>
span { border-color: #A074A6; }
span { border-color: rgb(160,116,166); }
td.TdClassName
{
border-color: #A074A6;
}
.TagClassName
{
border-color: #A074A6;
}
</style>