Shades of Violet Blue #AA6FB1
Tints of Violet Blue #AA6FB1
RGB
CMYK
RGB Variations
Color information
#AA6FB1 (or 0xAA6FB1) is known color: Violet Blue. HEX triplet: AA, 6F and B1. RGB value is (170,111,177). Sum of RGB (Red+Green+Blue) = 170+111+177=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA6FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6FB1 is #55904E. Grayscale: #878787. Windows color (decimal): -5607503 or 11628458. OLE color: 11628458.
HSL color Cylindrical-coordinate representation of color #AA6FB1: hue angle of 293.64º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6FB1 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 111 | 177 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.31 |
| HSL | 293.64º | 0.3% | 0.56% | - |
| HSV(B) | 293.64º | 0.37% | 0.69% | - |
| XYZ | 30.2 | 23.09 | 44.46 | - |
| YUV | 136.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 177 | 0.04 | 0.37 | 0 | 0.31 | 293.64 | 0.3 | 0.56 |
| Hex | AA | 6F | B1 | 4 | 25 | 0 | 1F | 126 | 1E | 38 |
| Octal | 252 | 157 | 261 | 4 | 45 | 0 | 37 | 446 | 36 | 70 |
| Binary | 10101010 | 1101111 | 10110001 | 100 | 100101 | 0 | 11111 | 100100110 | 11110 | 111000 |
Color Harmonies of #AA6FB1
Complementary color
Monochromatic Colors of #AA6FB1
Black with #AA6FB1
Text Example
Text Example
White with #AA6FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FB1; }
p { color: rgb(170,111,177); }
H1.HeaderClassName
{
color: #AA6FB1;
}
.AnyTagClassName
{
color: #AA6FB1;
}
</style>
background-color css
<style>
a { background-color: #AA6FB1; }
a { background-color: rgb(170,111,177); }
div.DivClassName
{
background-color: #AA6FB1;
}
.BgClassName
{
background-color: #AA6FB1;
}
</style>
border-color css
<style>
span { border-color: #AA6FB1; }
span { border-color: rgb(170,111,177); }
td.TdClassName
{
border-color: #AA6FB1;
}
.TagClassName
{
border-color: #AA6FB1;
}
</style>