Shades of Violet Blue #A078A4
Tints of Violet Blue #A078A4
RGB
CMYK
RGB Variations
Color information
#A078A4 (or 0xA078A4) is known color: Violet Blue. HEX triplet: A0, 78 and A4. RGB value is (160,120,164). Sum of RGB (Red+Green+Blue) = 160+120+164=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 164 - color contains mainly: blue. Hex color #A078A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A078A4 is #5F875B. Grayscale: #888888. Windows color (decimal): -6260572 or 10778784. OLE color: 10778784.
HSL color Cylindrical-coordinate representation of color #A078A4: hue angle of 294.55º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A078A4 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 120 | 164 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.36 |
| HSL | 294.55º | 0.19% | 0.56% | - |
| HSV(B) | 294.55º | 0.27% | 0.64% | - |
| XYZ | 27.91 | 23.59 | 38.2 | - |
| YUV | 136.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 164 | 0.02 | 0.27 | 0 | 0.36 | 294.55 | 0.19 | 0.56 |
| Hex | A0 | 78 | A4 | 2 | 1B | 0 | 24 | 127 | 13 | 38 |
| Octal | 240 | 170 | 244 | 2 | 33 | 0 | 44 | 447 | 23 | 70 |
| Binary | 10100000 | 1111000 | 10100100 | 10 | 11011 | 0 | 100100 | 100100111 | 10011 | 111000 |
Color Harmonies of #A078A4
Complementary color
Monochromatic Colors of #A078A4
Black with #A078A4
Text Example
Text Example
White with #A078A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078A4; }
p { color: rgb(160,120,164); }
H1.HeaderClassName
{
color: #A078A4;
}
.AnyTagClassName
{
color: #A078A4;
}
</style>
background-color css
<style>
a { background-color: #A078A4; }
a { background-color: rgb(160,120,164); }
div.DivClassName
{
background-color: #A078A4;
}
.BgClassName
{
background-color: #A078A4;
}
</style>
border-color css
<style>
span { border-color: #A078A4; }
span { border-color: rgb(160,120,164); }
td.TdClassName
{
border-color: #A078A4;
}
.TagClassName
{
border-color: #A078A4;
}
</style>