Shades of Violet Blue #A755A0
Tints of Violet Blue #A755A0
RGB
CMYK
RGB Variations
Color information
#A755A0 (or 0xA755A0) is known color: Violet Blue. HEX triplet: A7, 55 and A0. RGB value is (167,85,160). Sum of RGB (Red+Green+Blue) = 167+85+160=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A755A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A755A0 is #58AA5F. Grayscale: #757575. Windows color (decimal): -5810784 or 10507687. OLE color: 10507687.
HSL color Cylindrical-coordinate representation of color #A755A0: hue angle of 305.12º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A755A0 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 85 | 160 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.35 |
| HSL | 305.12º | 0.33% | 0.49% | - |
| HSV(B) | 305.12º | 0.49% | 0.65% | - |
| XYZ | 25.53 | 17.25 | 35.24 | - |
| YUV | 118.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 160 | 0 | 0.49 | 0.04 | 0.35 | 305.12 | 0.33 | 0.49 |
| Hex | A7 | 55 | A0 | 0 | 31 | 4 | 23 | 131 | 21 | 31 |
| Octal | 247 | 125 | 240 | 0 | 61 | 4 | 43 | 461 | 41 | 61 |
| Binary | 10100111 | 1010101 | 10100000 | 0 | 110001 | 100 | 100011 | 100110001 | 100001 | 110001 |
Color Harmonies of #A755A0
Complementary color
Monochromatic Colors of #A755A0
Black with #A755A0
Text Example
Text Example
White with #A755A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A755A0; }
p { color: rgb(167,85,160); }
H1.HeaderClassName
{
color: #A755A0;
}
.AnyTagClassName
{
color: #A755A0;
}
</style>
background-color css
<style>
a { background-color: #A755A0; }
a { background-color: rgb(167,85,160); }
div.DivClassName
{
background-color: #A755A0;
}
.BgClassName
{
background-color: #A755A0;
}
</style>
border-color css
<style>
span { border-color: #A755A0; }
span { border-color: rgb(167,85,160); }
td.TdClassName
{
border-color: #A755A0;
}
.TagClassName
{
border-color: #A755A0;
}
</style>