Shades of Violet Blue #A45A94
Tints of Violet Blue #A45A94
RGB
CMYK
RGB Variations
Color information
#A45A94 (or 0xA45A94) is known color: Violet Blue. HEX triplet: A4, 5A and 94. RGB value is (164,90,148). Sum of RGB (Red+Green+Blue) = 164+90+148=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45A94 is #5BA56B. Grayscale: #767676. Windows color (decimal): -6006124 or 9722532. OLE color: 9722532.
HSL color Cylindrical-coordinate representation of color #A45A94: hue angle of 312.97º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45A94 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 148 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.36 |
| HSL | 312.97º | 0.29% | 0.5% | - |
| HSV(B) | 312.97º | 0.45% | 0.64% | - |
| XYZ | 24.31 | 17.34 | 30.08 | - |
| YUV | 118.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 148 | 0 | 0.45 | 0.10 | 0.36 | 312.97 | 0.29 | 0.5 |
| Hex | A4 | 5A | 94 | 0 | 2D | A | 24 | 139 | 1D | 32 |
| Octal | 244 | 132 | 224 | 0 | 55 | 12 | 44 | 471 | 35 | 62 |
| Binary | 10100100 | 1011010 | 10010100 | 0 | 101101 | 1010 | 100100 | 100111001 | 11101 | 110010 |
Color Harmonies of #A45A94
Complementary color
Monochromatic Colors of #A45A94
Black with #A45A94
Text Example
Text Example
White with #A45A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A94; }
p { color: rgb(164,90,148); }
H1.HeaderClassName
{
color: #A45A94;
}
.AnyTagClassName
{
color: #A45A94;
}
</style>
background-color css
<style>
a { background-color: #A45A94; }
a { background-color: rgb(164,90,148); }
div.DivClassName
{
background-color: #A45A94;
}
.BgClassName
{
background-color: #A45A94;
}
</style>
border-color css
<style>
span { border-color: #A45A94; }
span { border-color: rgb(164,90,148); }
td.TdClassName
{
border-color: #A45A94;
}
.TagClassName
{
border-color: #A45A94;
}
</style>