Shades of Violet Blue #AA68A3
Tints of Violet Blue #AA68A3
RGB
CMYK
RGB Variations
Color information
#AA68A3 (or 0xAA68A3) is known color: Violet Blue. HEX triplet: AA, 68 and A3. RGB value is (170,104,163). Sum of RGB (Red+Green+Blue) = 170+104+163=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA68A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA68A3 is #55975C. Grayscale: #828282. Windows color (decimal): -5609309 or 10709162. OLE color: 10709162.
HSL color Cylindrical-coordinate representation of color #AA68A3: hue angle of 306.36º 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 #AA68A3 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 163 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.33 |
| HSL | 306.36º | 0.28% | 0.54% | - |
| HSV(B) | 306.36º | 0.39% | 0.67% | - |
| XYZ | 28.14 | 21.09 | 37.24 | - |
| YUV | 130.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 163 | 0 | 0.39 | 0.04 | 0.33 | 306.36 | 0.28 | 0.54 |
| Hex | AA | 68 | A3 | 0 | 27 | 4 | 21 | 132 | 1C | 36 |
| Octal | 252 | 150 | 243 | 0 | 47 | 4 | 41 | 462 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10100011 | 0 | 100111 | 100 | 100001 | 100110010 | 11100 | 110110 |
Color Harmonies of #AA68A3
Complementary color
Monochromatic Colors of #AA68A3
Black with #AA68A3
Text Example
Text Example
White with #AA68A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68A3; }
p { color: rgb(170,104,163); }
H1.HeaderClassName
{
color: #AA68A3;
}
.AnyTagClassName
{
color: #AA68A3;
}
</style>
background-color css
<style>
a { background-color: #AA68A3; }
a { background-color: rgb(170,104,163); }
div.DivClassName
{
background-color: #AA68A3;
}
.BgClassName
{
background-color: #AA68A3;
}
</style>
border-color css
<style>
span { border-color: #AA68A3; }
span { border-color: rgb(170,104,163); }
td.TdClassName
{
border-color: #AA68A3;
}
.TagClassName
{
border-color: #AA68A3;
}
</style>