Shades of Violet Blue #AA5DB1
Tints of Violet Blue #AA5DB1
RGB
CMYK
RGB Variations
Color information
#AA5DB1 (or 0xAA5DB1) is known color: Violet Blue. HEX triplet: AA, 5D and B1. RGB value is (170,93,177). Sum of RGB (Red+Green+Blue) = 170+93+177=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA5DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5DB1 is #55A24E. Grayscale: #7D7D7D. Windows color (decimal): -5612111 or 11623850. OLE color: 11623850.
HSL color Cylindrical-coordinate representation of color #AA5DB1: hue angle of 295º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5DB1 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 93 | 177 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.31 |
| HSL | 295º | 0.35% | 0.53% | - |
| HSV(B) | 295º | 0.47% | 0.69% | - |
| XYZ | 28.43 | 19.55 | 43.87 | - |
| YUV | 125.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 177 | 0.04 | 0.47 | 0 | 0.31 | 295 | 0.35 | 0.53 |
| Hex | AA | 5D | B1 | 4 | 2F | 0 | 1F | 127 | 23 | 35 |
| Octal | 252 | 135 | 261 | 4 | 57 | 0 | 37 | 447 | 43 | 65 |
| Binary | 10101010 | 1011101 | 10110001 | 100 | 101111 | 0 | 11111 | 100100111 | 100011 | 110101 |
Color Harmonies of #AA5DB1
Complementary color
Monochromatic Colors of #AA5DB1
Black with #AA5DB1
Text Example
Text Example
White with #AA5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DB1; }
p { color: rgb(170,93,177); }
H1.HeaderClassName
{
color: #AA5DB1;
}
.AnyTagClassName
{
color: #AA5DB1;
}
</style>
background-color css
<style>
a { background-color: #AA5DB1; }
a { background-color: rgb(170,93,177); }
div.DivClassName
{
background-color: #AA5DB1;
}
.BgClassName
{
background-color: #AA5DB1;
}
</style>
border-color css
<style>
span { border-color: #AA5DB1; }
span { border-color: rgb(170,93,177); }
td.TdClassName
{
border-color: #AA5DB1;
}
.TagClassName
{
border-color: #AA5DB1;
}
</style>