Shades of Violet Blue #AA639B
Tints of Violet Blue #AA639B
RGB
CMYK
RGB Variations
Color information
#AA639B (or 0xAA639B) is known color: Violet Blue. HEX triplet: AA, 63 and 9B. RGB value is (170,99,155). Sum of RGB (Red+Green+Blue) = 170+99+155=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA639B is #559C64. Grayscale: #7E7E7E. Windows color (decimal): -5610597 or 10183594. OLE color: 10183594.
HSL color Cylindrical-coordinate representation of color #AA639B: hue angle of 312.68º degrees, saturation: 0.29, 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 #AA639B is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 155 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.33 |
| HSL | 312.68º | 0.29% | 0.53% | - |
| HSV(B) | 312.68º | 0.42% | 0.67% | - |
| XYZ | 26.96 | 19.84 | 33.42 | - |
| YUV | 126.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 155 | 0 | 0.42 | 0.09 | 0.33 | 312.68 | 0.29 | 0.53 |
| Hex | AA | 63 | 9B | 0 | 2A | 9 | 21 | 139 | 1D | 35 |
| Octal | 252 | 143 | 233 | 0 | 52 | 11 | 41 | 471 | 35 | 65 |
| Binary | 10101010 | 1100011 | 10011011 | 0 | 101010 | 1001 | 100001 | 100111001 | 11101 | 110101 |
Color Harmonies of #AA639B
Complementary color
Monochromatic Colors of #AA639B
Black with #AA639B
Text Example
Text Example
White with #AA639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA639B; }
p { color: rgb(170,99,155); }
H1.HeaderClassName
{
color: #AA639B;
}
.AnyTagClassName
{
color: #AA639B;
}
</style>
background-color css
<style>
a { background-color: #AA639B; }
a { background-color: rgb(170,99,155); }
div.DivClassName
{
background-color: #AA639B;
}
.BgClassName
{
background-color: #AA639B;
}
</style>
border-color css
<style>
span { border-color: #AA639B; }
span { border-color: rgb(170,99,155); }
td.TdClassName
{
border-color: #AA639B;
}
.TagClassName
{
border-color: #AA639B;
}
</style>