Shades of Violet Blue #AA4CB1
Tints of Violet Blue #AA4CB1
RGB
CMYK
RGB Variations
Color information
#AA4CB1 (or 0xAA4CB1) is known color: Violet Blue. HEX triplet: AA, 4C and B1. RGB value is (170,76,177). Sum of RGB (Red+Green+Blue) = 170+76+177=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA4CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4CB1 is #55B34E. Grayscale: #737373. Windows color (decimal): -5616463 or 11619498. OLE color: 11619498.
HSL color Cylindrical-coordinate representation of color #AA4CB1: hue angle of 295.84º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4CB1 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 76 | 177 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.31 |
| HSL | 295.84º | 0.4% | 0.5% | - |
| HSV(B) | 295.84º | 0.57% | 0.69% | - |
| XYZ | 27.1 | 16.89 | 43.43 | - |
| YUV | 115.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 177 | 0.04 | 0.57 | 0 | 0.31 | 295.84 | 0.4 | 0.5 |
| Hex | AA | 4C | B1 | 4 | 39 | 0 | 1F | 128 | 28 | 32 |
| Octal | 252 | 114 | 261 | 4 | 71 | 0 | 37 | 450 | 50 | 62 |
| Binary | 10101010 | 1001100 | 10110001 | 100 | 111001 | 0 | 11111 | 100101000 | 101000 | 110010 |
Color Harmonies of #AA4CB1
Complementary color
Monochromatic Colors of #AA4CB1
Black with #AA4CB1
Text Example
Text Example
White with #AA4CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CB1; }
p { color: rgb(170,76,177); }
H1.HeaderClassName
{
color: #AA4CB1;
}
.AnyTagClassName
{
color: #AA4CB1;
}
</style>
background-color css
<style>
a { background-color: #AA4CB1; }
a { background-color: rgb(170,76,177); }
div.DivClassName
{
background-color: #AA4CB1;
}
.BgClassName
{
background-color: #AA4CB1;
}
</style>
border-color css
<style>
span { border-color: #AA4CB1; }
span { border-color: rgb(170,76,177); }
td.TdClassName
{
border-color: #AA4CB1;
}
.TagClassName
{
border-color: #AA4CB1;
}
</style>