Shades of Violet Blue #AA6798
Tints of Violet Blue #AA6798
RGB
CMYK
RGB Variations
Color information
#AA6798 (or 0xAA6798) is known color: Violet Blue. HEX triplet: AA, 67 and 98. RGB value is (170,103,152). Sum of RGB (Red+Green+Blue) = 170+103+152=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6798 is #559867. Grayscale: #808080. Windows color (decimal): -5609576 or 9988010. OLE color: 9988010.
HSL color Cylindrical-coordinate representation of color #AA6798: hue angle of 316.12º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6798 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 152 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.33 |
| HSL | 316.12º | 0.28% | 0.54% | - |
| HSV(B) | 316.12º | 0.39% | 0.67% | - |
| XYZ | 27.1 | 20.51 | 32.24 | - |
| YUV | 128.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 152 | 0 | 0.39 | 0.11 | 0.33 | 316.12 | 0.28 | 0.54 |
| Hex | AA | 67 | 98 | 0 | 27 | B | 21 | 13C | 1C | 36 |
| Octal | 252 | 147 | 230 | 0 | 47 | 13 | 41 | 474 | 34 | 66 |
| Binary | 10101010 | 1100111 | 10011000 | 0 | 100111 | 1011 | 100001 | 100111100 | 11100 | 110110 |
Color Harmonies of #AA6798
Complementary color
Monochromatic Colors of #AA6798
Black with #AA6798
Text Example
Text Example
White with #AA6798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6798; }
p { color: rgb(170,103,152); }
H1.HeaderClassName
{
color: #AA6798;
}
.AnyTagClassName
{
color: #AA6798;
}
</style>
background-color css
<style>
a { background-color: #AA6798; }
a { background-color: rgb(170,103,152); }
div.DivClassName
{
background-color: #AA6798;
}
.BgClassName
{
background-color: #AA6798;
}
</style>
border-color css
<style>
span { border-color: #AA6798; }
span { border-color: rgb(170,103,152); }
td.TdClassName
{
border-color: #AA6798;
}
.TagClassName
{
border-color: #AA6798;
}
</style>