Shades of Violet Blue #AC6AAA
Tints of Violet Blue #AC6AAA
RGB
CMYK
RGB Variations
Color information
#AC6AAA (or 0xAC6AAA) is known color: Violet Blue. HEX triplet: AC, 6A and AA. RGB value is (172,106,170). Sum of RGB (Red+Green+Blue) = 172+106+170=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6AAA is #539555. Grayscale: #848484. Windows color (decimal): -5477718 or 11168428. OLE color: 11168428.
HSL color Cylindrical-coordinate representation of color #AC6AAA: hue angle of 301.82º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6AAA is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 170 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.33 |
| HSL | 301.82º | 0.28% | 0.55% | - |
| HSV(B) | 301.82º | 0.38% | 0.67% | - |
| XYZ | 29.42 | 21.98 | 40.72 | - |
| YUV | 133.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 170 | 0 | 0.38 | 0.01 | 0.33 | 301.82 | 0.28 | 0.55 |
| Hex | AC | 6A | AA | 0 | 26 | 1 | 21 | 12E | 1C | 37 |
| Octal | 254 | 152 | 252 | 0 | 46 | 1 | 41 | 456 | 34 | 67 |
| Binary | 10101100 | 1101010 | 10101010 | 0 | 100110 | 1 | 100001 | 100101110 | 11100 | 110111 |
Color Harmonies of #AC6AAA
Complementary color
Monochromatic Colors of #AC6AAA
Black with #AC6AAA
Text Example
Text Example
White with #AC6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6AAA; }
p { color: rgb(172,106,170); }
H1.HeaderClassName
{
color: #AC6AAA;
}
.AnyTagClassName
{
color: #AC6AAA;
}
</style>
background-color css
<style>
a { background-color: #AC6AAA; }
a { background-color: rgb(172,106,170); }
div.DivClassName
{
background-color: #AC6AAA;
}
.BgClassName
{
background-color: #AC6AAA;
}
</style>
border-color css
<style>
span { border-color: #AC6AAA; }
span { border-color: rgb(172,106,170); }
td.TdClassName
{
border-color: #AC6AAA;
}
.TagClassName
{
border-color: #AC6AAA;
}
</style>