Shades of Violet Blue #A55795
Tints of Violet Blue #A55795
RGB
CMYK
RGB Variations
Color information
#A55795 (or 0xA55795) is known color: Violet Blue. HEX triplet: A5, 57 and 95. RGB value is (165,87,149). Sum of RGB (Red+Green+Blue) = 165+87+149=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A55795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55795 is #5AA86A. Grayscale: #757575. Windows color (decimal): -5941355 or 9787301. OLE color: 9787301.
HSL color Cylindrical-coordinate representation of color #A55795: hue angle of 312.31º 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 #A55795 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 149 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.35 |
| HSL | 312.31º | 0.31% | 0.49% | - |
| HSV(B) | 312.31º | 0.47% | 0.65% | - |
| XYZ | 24.35 | 16.99 | 30.43 | - |
| YUV | 117.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 149 | 0 | 0.47 | 0.10 | 0.35 | 312.31 | 0.31 | 0.49 |
| Hex | A5 | 57 | 95 | 0 | 2F | A | 23 | 138 | 1F | 31 |
| Octal | 245 | 127 | 225 | 0 | 57 | 12 | 43 | 470 | 37 | 61 |
| Binary | 10100101 | 1010111 | 10010101 | 0 | 101111 | 1010 | 100011 | 100111000 | 11111 | 110001 |
Color Harmonies of #A55795
Complementary color
Monochromatic Colors of #A55795
Black with #A55795
Text Example
Text Example
White with #A55795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55795; }
p { color: rgb(165,87,149); }
H1.HeaderClassName
{
color: #A55795;
}
.AnyTagClassName
{
color: #A55795;
}
</style>
background-color css
<style>
a { background-color: #A55795; }
a { background-color: rgb(165,87,149); }
div.DivClassName
{
background-color: #A55795;
}
.BgClassName
{
background-color: #A55795;
}
</style>
border-color css
<style>
span { border-color: #A55795; }
span { border-color: rgb(165,87,149); }
td.TdClassName
{
border-color: #A55795;
}
.TagClassName
{
border-color: #A55795;
}
</style>