Shades of Violet Blue #A45593
Tints of Violet Blue #A45593
RGB
CMYK
RGB Variations
Color information
#A45593 (or 0xA45593) is known color: Violet Blue. HEX triplet: A4, 55 and 93. RGB value is (164,85,147). Sum of RGB (Red+Green+Blue) = 164+85+147=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A45593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45593 is #5BAA6C. Grayscale: #737373. Windows color (decimal): -6007405 or 9655716. OLE color: 9655716.
HSL color Cylindrical-coordinate representation of color #A45593: hue angle of 312.91º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45593 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 85 | 147 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.36 |
| HSL | 312.91º | 0.32% | 0.49% | - |
| HSV(B) | 312.91º | 0.48% | 0.64% | - |
| XYZ | 23.82 | 16.5 | 29.53 | - |
| YUV | 115.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 147 | 0 | 0.48 | 0.10 | 0.36 | 312.91 | 0.32 | 0.49 |
| Hex | A4 | 55 | 93 | 0 | 30 | A | 24 | 139 | 20 | 31 |
| Octal | 244 | 125 | 223 | 0 | 60 | 12 | 44 | 471 | 40 | 61 |
| Binary | 10100100 | 1010101 | 10010011 | 0 | 110000 | 1010 | 100100 | 100111001 | 100000 | 110001 |
Color Harmonies of #A45593
Complementary color
Monochromatic Colors of #A45593
Black with #A45593
Text Example
Text Example
White with #A45593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45593; }
p { color: rgb(164,85,147); }
H1.HeaderClassName
{
color: #A45593;
}
.AnyTagClassName
{
color: #A45593;
}
</style>
background-color css
<style>
a { background-color: #A45593; }
a { background-color: rgb(164,85,147); }
div.DivClassName
{
background-color: #A45593;
}
.BgClassName
{
background-color: #A45593;
}
</style>
border-color css
<style>
span { border-color: #A45593; }
span { border-color: rgb(164,85,147); }
td.TdClassName
{
border-color: #A45593;
}
.TagClassName
{
border-color: #A45593;
}
</style>