Shades of Violet Blue #AA68B4
Tints of Violet Blue #AA68B4
RGB
CMYK
RGB Variations
Color information
#AA68B4 (or 0xAA68B4) is known color: Violet Blue. HEX triplet: AA, 68 and B4. RGB value is (170,104,180). Sum of RGB (Red+Green+Blue) = 170+104+180=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA68B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68B4 is #55974B. Grayscale: #848484. Windows color (decimal): -5609292 or 11823274. OLE color: 11823274.
HSL color Cylindrical-coordinate representation of color #AA68B4: hue angle of 292.11º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA68B4 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 104 | 180 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.29 |
| HSL | 292.11º | 0.34% | 0.56% | - |
| HSV(B) | 292.11º | 0.42% | 0.71% | - |
| XYZ | 29.77 | 21.74 | 45.81 | - |
| YUV | 132.4 | 154.87 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 180 | 0.06 | 0.42 | 0 | 0.29 | 292.11 | 0.34 | 0.56 |
| Hex | AA | 68 | B4 | 6 | 2A | 0 | 1D | 124 | 22 | 38 |
| Octal | 252 | 150 | 264 | 6 | 52 | 0 | 35 | 444 | 42 | 70 |
| Binary | 10101010 | 1101000 | 10110100 | 110 | 101010 | 0 | 11101 | 100100100 | 100010 | 111000 |
Color Harmonies of #AA68B4
Complementary color
Monochromatic Colors of #AA68B4
Black with #AA68B4
Text Example
Text Example
White with #AA68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68B4; }
p { color: rgb(170,104,180); }
H1.HeaderClassName
{
color: #AA68B4;
}
.AnyTagClassName
{
color: #AA68B4;
}
</style>
background-color css
<style>
a { background-color: #AA68B4; }
a { background-color: rgb(170,104,180); }
div.DivClassName
{
background-color: #AA68B4;
}
.BgClassName
{
background-color: #AA68B4;
}
</style>
border-color css
<style>
span { border-color: #AA68B4; }
span { border-color: rgb(170,104,180); }
td.TdClassName
{
border-color: #AA68B4;
}
.TagClassName
{
border-color: #AA68B4;
}
</style>