Shades of Violet Blue #AA78A7
Tints of Violet Blue #AA78A7
RGB
CMYK
RGB Variations
Color information
#AA78A7 (or 0xAA78A7) is known color: Violet Blue. HEX triplet: AA, 78 and A7. RGB value is (170,120,167). Sum of RGB (Red+Green+Blue) = 170+120+167=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA78A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78A7 is #558758. Grayscale: #8C8C8C. Windows color (decimal): -5605209 or 10975402. OLE color: 10975402.
HSL color Cylindrical-coordinate representation of color #AA78A7: hue angle of 303.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA78A7 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 167 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.33 |
| HSL | 303.6º | 0.23% | 0.57% | - |
| HSV(B) | 303.6º | 0.29% | 0.67% | - |
| XYZ | 30.27 | 24.77 | 39.74 | - |
| YUV | 140.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 167 | 0 | 0.29 | 0.02 | 0.33 | 303.6 | 0.23 | 0.57 |
| Hex | AA | 78 | A7 | 0 | 1D | 2 | 21 | 130 | 17 | 39 |
| Octal | 252 | 170 | 247 | 0 | 35 | 2 | 41 | 460 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10100111 | 0 | 11101 | 10 | 100001 | 100110000 | 10111 | 111001 |
Color Harmonies of #AA78A7
Complementary color
Monochromatic Colors of #AA78A7
Black with #AA78A7
Text Example
Text Example
White with #AA78A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78A7; }
p { color: rgb(170,120,167); }
H1.HeaderClassName
{
color: #AA78A7;
}
.AnyTagClassName
{
color: #AA78A7;
}
</style>
background-color css
<style>
a { background-color: #AA78A7; }
a { background-color: rgb(170,120,167); }
div.DivClassName
{
background-color: #AA78A7;
}
.BgClassName
{
background-color: #AA78A7;
}
</style>
border-color css
<style>
span { border-color: #AA78A7; }
span { border-color: rgb(170,120,167); }
td.TdClassName
{
border-color: #AA78A7;
}
.TagClassName
{
border-color: #AA78A7;
}
</style>