Shades of Violet Blue #A755A2
Tints of Violet Blue #A755A2
RGB
CMYK
RGB Variations
Color information
#A755A2 (or 0xA755A2) is known color: Violet Blue. HEX triplet: A7, 55 and A2. RGB value is (167,85,162). Sum of RGB (Red+Green+Blue) = 167+85+162=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A755A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A755A2 is #58AA5D. Grayscale: #767676. Windows color (decimal): -5810782 or 10638759. OLE color: 10638759.
HSL color Cylindrical-coordinate representation of color #A755A2: hue angle of 303.66º 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 #A755A2 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 85 | 162 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.35 |
| HSL | 303.66º | 0.33% | 0.49% | - |
| HSV(B) | 303.66º | 0.49% | 0.65% | - |
| XYZ | 25.71 | 17.32 | 36.17 | - |
| YUV | 118.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 162 | 0 | 0.49 | 0.03 | 0.35 | 303.66 | 0.33 | 0.49 |
| Hex | A7 | 55 | A2 | 0 | 31 | 3 | 23 | 130 | 21 | 31 |
| Octal | 247 | 125 | 242 | 0 | 61 | 3 | 43 | 460 | 41 | 61 |
| Binary | 10100111 | 1010101 | 10100010 | 0 | 110001 | 11 | 100011 | 100110000 | 100001 | 110001 |
Color Harmonies of #A755A2
Complementary color
Monochromatic Colors of #A755A2
Black with #A755A2
Text Example
Text Example
White with #A755A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A755A2; }
p { color: rgb(167,85,162); }
H1.HeaderClassName
{
color: #A755A2;
}
.AnyTagClassName
{
color: #A755A2;
}
</style>
background-color css
<style>
a { background-color: #A755A2; }
a { background-color: rgb(167,85,162); }
div.DivClassName
{
background-color: #A755A2;
}
.BgClassName
{
background-color: #A755A2;
}
</style>
border-color css
<style>
span { border-color: #A755A2; }
span { border-color: rgb(167,85,162); }
td.TdClassName
{
border-color: #A755A2;
}
.TagClassName
{
border-color: #A755A2;
}
</style>