Shades of Violet Blue #A755AB
Tints of Violet Blue #A755AB
RGB
CMYK
RGB Variations
Color information
#A755AB (or 0xA755AB) is known color: Violet Blue. HEX triplet: A7, 55 and AB. RGB value is (167,85,171). Sum of RGB (Red+Green+Blue) = 167+85+171=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #A755AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A755AB is #58AA54. Grayscale: #777777. Windows color (decimal): -5810773 or 11228583. OLE color: 11228583.
HSL color Cylindrical-coordinate representation of color #A755AB: hue angle of 297.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A755AB is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 85 | 171 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.33 |
| HSL | 297.21º | 0.34% | 0.5% | - |
| HSV(B) | 297.21º | 0.5% | 0.67% | - |
| XYZ | 26.54 | 17.65 | 40.54 | - |
| YUV | 119.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 171 | 0.02 | 0.50 | 0 | 0.33 | 297.21 | 0.34 | 0.5 |
| Hex | A7 | 55 | AB | 2 | 32 | 0 | 21 | 129 | 22 | 32 |
| Octal | 247 | 125 | 253 | 2 | 62 | 0 | 41 | 451 | 42 | 62 |
| Binary | 10100111 | 1010101 | 10101011 | 10 | 110010 | 0 | 100001 | 100101001 | 100010 | 110010 |
Color Harmonies of #A755AB
Complementary color
Monochromatic Colors of #A755AB
Black with #A755AB
Text Example
Text Example
White with #A755AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A755AB; }
p { color: rgb(167,85,171); }
H1.HeaderClassName
{
color: #A755AB;
}
.AnyTagClassName
{
color: #A755AB;
}
</style>
background-color css
<style>
a { background-color: #A755AB; }
a { background-color: rgb(167,85,171); }
div.DivClassName
{
background-color: #A755AB;
}
.BgClassName
{
background-color: #A755AB;
}
</style>
border-color css
<style>
span { border-color: #A755AB; }
span { border-color: rgb(167,85,171); }
td.TdClassName
{
border-color: #A755AB;
}
.TagClassName
{
border-color: #A755AB;
}
</style>