Shades of Violet Blue #AA78AA
Tints of Violet Blue #AA78AA
RGB
CMYK
RGB Variations
Color information
#AA78AA (or 0xAA78AA) is known color: Violet Blue. HEX triplet: AA, 78 and AA. RGB value is (170,120,170). Sum of RGB (Red+Green+Blue) = 170+120+170=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA78AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78AA is #558755. Grayscale: #8C8C8C. Windows color (decimal): -5605206 or 11172010. OLE color: 11172010.
HSL color Cylindrical-coordinate representation of color #AA78AA: hue angle of 300º 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 #AA78AA is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 170 | - |
| CMYK | 0 | 0.29 | 0 | 0.33 |
| HSL | 300º | 0.23% | 0.57% | - |
| HSV(B) | 300º | 0.29% | 0.67% | - |
| XYZ | 30.55 | 24.88 | 41.22 | - |
| YUV | 140.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 170 | 0 | 0.29 | 0 | 0.33 | 300 | 0.23 | 0.57 |
| Hex | AA | 78 | AA | 0 | 1D | 0 | 21 | 12C | 17 | 39 |
| Octal | 252 | 170 | 252 | 0 | 35 | 0 | 41 | 454 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10101010 | 0 | 11101 | 0 | 100001 | 100101100 | 10111 | 111001 |
Color Harmonies of #AA78AA
Complementary color
Monochromatic Colors of #AA78AA
Black with #AA78AA
Text Example
Text Example
White with #AA78AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78AA; }
p { color: rgb(170,120,170); }
H1.HeaderClassName
{
color: #AA78AA;
}
.AnyTagClassName
{
color: #AA78AA;
}
</style>
background-color css
<style>
a { background-color: #AA78AA; }
a { background-color: rgb(170,120,170); }
div.DivClassName
{
background-color: #AA78AA;
}
.BgClassName
{
background-color: #AA78AA;
}
</style>
border-color css
<style>
span { border-color: #AA78AA; }
span { border-color: rgb(170,120,170); }
td.TdClassName
{
border-color: #AA78AA;
}
.TagClassName
{
border-color: #AA78AA;
}
</style>