Shades of Violet Blue #A45992
Tints of Violet Blue #A45992
RGB
CMYK
RGB Variations
Color information
#A45992 (or 0xA45992) is known color: Violet Blue. HEX triplet: A4, 59 and 92. RGB value is (164,89,146). Sum of RGB (Red+Green+Blue) = 164+89+146=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A45992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45992 is #5BA66D. Grayscale: #757575. Windows color (decimal): -6006382 or 9591204. OLE color: 9591204.
HSL color Cylindrical-coordinate representation of color #A45992: hue angle of 314.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45992 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 146 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.36 |
| HSL | 314.4º | 0.3% | 0.5% | - |
| HSV(B) | 314.4º | 0.46% | 0.64% | - |
| XYZ | 24.07 | 17.11 | 29.23 | - |
| YUV | 117.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 146 | 0 | 0.46 | 0.11 | 0.36 | 314.4 | 0.3 | 0.5 |
| Hex | A4 | 59 | 92 | 0 | 2E | B | 24 | 13A | 1E | 32 |
| Octal | 244 | 131 | 222 | 0 | 56 | 13 | 44 | 472 | 36 | 62 |
| Binary | 10100100 | 1011001 | 10010010 | 0 | 101110 | 1011 | 100100 | 100111010 | 11110 | 110010 |
Color Harmonies of #A45992
Complementary color
Monochromatic Colors of #A45992
Black with #A45992
Text Example
Text Example
White with #A45992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45992; }
p { color: rgb(164,89,146); }
H1.HeaderClassName
{
color: #A45992;
}
.AnyTagClassName
{
color: #A45992;
}
</style>
background-color css
<style>
a { background-color: #A45992; }
a { background-color: rgb(164,89,146); }
div.DivClassName
{
background-color: #A45992;
}
.BgClassName
{
background-color: #A45992;
}
</style>
border-color css
<style>
span { border-color: #A45992; }
span { border-color: rgb(164,89,146); }
td.TdClassName
{
border-color: #A45992;
}
.TagClassName
{
border-color: #A45992;
}
</style>