Shades of Violet Blue #A55793
Tints of Violet Blue #A55793
RGB
CMYK
RGB Variations
Color information
#A55793 (or 0xA55793) is known color: Violet Blue. HEX triplet: A5, 57 and 93. RGB value is (165,87,147). Sum of RGB (Red+Green+Blue) = 165+87+147=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A55793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55793 is #5AA86C. Grayscale: #757575. Windows color (decimal): -5941357 or 9656229. OLE color: 9656229.
HSL color Cylindrical-coordinate representation of color #A55793: hue angle of 313.85º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55793 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 147 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.35 |
| HSL | 313.85º | 0.31% | 0.49% | - |
| HSV(B) | 313.85º | 0.47% | 0.65% | - |
| XYZ | 24.19 | 16.92 | 29.6 | - |
| YUV | 117.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 147 | 0 | 0.47 | 0.11 | 0.35 | 313.85 | 0.31 | 0.49 |
| Hex | A5 | 57 | 93 | 0 | 2F | B | 23 | 13A | 1F | 31 |
| Octal | 245 | 127 | 223 | 0 | 57 | 13 | 43 | 472 | 37 | 61 |
| Binary | 10100101 | 1010111 | 10010011 | 0 | 101111 | 1011 | 100011 | 100111010 | 11111 | 110001 |
Color Harmonies of #A55793
Complementary color
Monochromatic Colors of #A55793
Black with #A55793
Text Example
Text Example
White with #A55793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55793; }
p { color: rgb(165,87,147); }
H1.HeaderClassName
{
color: #A55793;
}
.AnyTagClassName
{
color: #A55793;
}
</style>
background-color css
<style>
a { background-color: #A55793; }
a { background-color: rgb(165,87,147); }
div.DivClassName
{
background-color: #A55793;
}
.BgClassName
{
background-color: #A55793;
}
</style>
border-color css
<style>
span { border-color: #A55793; }
span { border-color: rgb(165,87,147); }
td.TdClassName
{
border-color: #A55793;
}
.TagClassName
{
border-color: #A55793;
}
</style>