Shades of Violet Blue #AA629B
Tints of Violet Blue #AA629B
RGB
CMYK
RGB Variations
Color information
#AA629B (or 0xAA629B) is known color: Violet Blue. HEX triplet: AA, 62 and 9B. RGB value is (170,98,155). Sum of RGB (Red+Green+Blue) = 170+98+155=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA629B is #559D64. Grayscale: #7D7D7D. Windows color (decimal): -5610853 or 10183338. OLE color: 10183338.
HSL color Cylindrical-coordinate representation of color #AA629B: hue angle of 312.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA629B is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 155 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.33 |
| HSL | 312.5º | 0.3% | 0.53% | - |
| HSV(B) | 312.5º | 0.42% | 0.67% | - |
| XYZ | 26.86 | 19.65 | 33.39 | - |
| YUV | 126.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 155 | 0 | 0.42 | 0.09 | 0.33 | 312.5 | 0.3 | 0.53 |
| Hex | AA | 62 | 9B | 0 | 2A | 9 | 21 | 138 | 1E | 35 |
| Octal | 252 | 142 | 233 | 0 | 52 | 11 | 41 | 470 | 36 | 65 |
| Binary | 10101010 | 1100010 | 10011011 | 0 | 101010 | 1001 | 100001 | 100111000 | 11110 | 110101 |
Color Harmonies of #AA629B
Complementary color
Monochromatic Colors of #AA629B
Black with #AA629B
Text Example
Text Example
White with #AA629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA629B; }
p { color: rgb(170,98,155); }
H1.HeaderClassName
{
color: #AA629B;
}
.AnyTagClassName
{
color: #AA629B;
}
</style>
background-color css
<style>
a { background-color: #AA629B; }
a { background-color: rgb(170,98,155); }
div.DivClassName
{
background-color: #AA629B;
}
.BgClassName
{
background-color: #AA629B;
}
</style>
border-color css
<style>
span { border-color: #AA629B; }
span { border-color: rgb(170,98,155); }
td.TdClassName
{
border-color: #AA629B;
}
.TagClassName
{
border-color: #AA629B;
}
</style>