Shades of Violet Blue #AA639C
Tints of Violet Blue #AA639C
RGB
CMYK
RGB Variations
Color information
#AA639C (or 0xAA639C) is known color: Violet Blue. HEX triplet: AA, 63 and 9C. RGB value is (170,99,156). Sum of RGB (Red+Green+Blue) = 170+99+156=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA639C is #559C63. Grayscale: #7E7E7E. Windows color (decimal): -5610596 or 10249130. OLE color: 10249130.
HSL color Cylindrical-coordinate representation of color #AA639C: hue angle of 311.83º 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 #AA639C is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 156 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.33 |
| HSL | 311.83º | 0.29% | 0.53% | - |
| HSV(B) | 311.83º | 0.42% | 0.67% | - |
| XYZ | 27.04 | 19.87 | 33.86 | - |
| YUV | 126.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 156 | 0 | 0.42 | 0.08 | 0.33 | 311.83 | 0.29 | 0.53 |
| Hex | AA | 63 | 9C | 0 | 2A | 8 | 21 | 138 | 1D | 35 |
| Octal | 252 | 143 | 234 | 0 | 52 | 10 | 41 | 470 | 35 | 65 |
| Binary | 10101010 | 1100011 | 10011100 | 0 | 101010 | 1000 | 100001 | 100111000 | 11101 | 110101 |
Color Harmonies of #AA639C
Complementary color
Monochromatic Colors of #AA639C
Black with #AA639C
Text Example
Text Example
White with #AA639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA639C; }
p { color: rgb(170,99,156); }
H1.HeaderClassName
{
color: #AA639C;
}
.AnyTagClassName
{
color: #AA639C;
}
</style>
background-color css
<style>
a { background-color: #AA639C; }
a { background-color: rgb(170,99,156); }
div.DivClassName
{
background-color: #AA639C;
}
.BgClassName
{
background-color: #AA639C;
}
</style>
border-color css
<style>
span { border-color: #AA639C; }
span { border-color: rgb(170,99,156); }
td.TdClassName
{
border-color: #AA639C;
}
.TagClassName
{
border-color: #AA639C;
}
</style>