Shades of Violet Blue #AC6AAE
Tints of Violet Blue #AC6AAE
RGB
CMYK
RGB Variations
Color information
#AC6AAE (or 0xAC6AAE) is known color: Violet Blue. HEX triplet: AC, 6A and AE. RGB value is (172,106,174). Sum of RGB (Red+Green+Blue) = 172+106+174=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC6AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6AAE is #539551. Grayscale: #858585. Windows color (decimal): -5477714 or 11430572. OLE color: 11430572.
HSL color Cylindrical-coordinate representation of color #AC6AAE: hue angle of 298.24º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC6AAE is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 106 | 174 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.32 |
| HSL | 298.24º | 0.3% | 0.55% | - |
| HSV(B) | 298.24º | 0.39% | 0.68% | - |
| XYZ | 29.81 | 22.13 | 42.75 | - |
| YUV | 133.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 174 | 0.01 | 0.39 | 0 | 0.32 | 298.24 | 0.3 | 0.55 |
| Hex | AC | 6A | AE | 1 | 27 | 0 | 20 | 12A | 1E | 37 |
| Octal | 254 | 152 | 256 | 1 | 47 | 0 | 40 | 452 | 36 | 67 |
| Binary | 10101100 | 1101010 | 10101110 | 1 | 100111 | 0 | 100000 | 100101010 | 11110 | 110111 |
Color Harmonies of #AC6AAE
Complementary color
Monochromatic Colors of #AC6AAE
Black with #AC6AAE
Text Example
Text Example
White with #AC6AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6AAE; }
p { color: rgb(172,106,174); }
H1.HeaderClassName
{
color: #AC6AAE;
}
.AnyTagClassName
{
color: #AC6AAE;
}
</style>
background-color css
<style>
a { background-color: #AC6AAE; }
a { background-color: rgb(172,106,174); }
div.DivClassName
{
background-color: #AC6AAE;
}
.BgClassName
{
background-color: #AC6AAE;
}
</style>
border-color css
<style>
span { border-color: #AC6AAE; }
span { border-color: rgb(172,106,174); }
td.TdClassName
{
border-color: #AC6AAE;
}
.TagClassName
{
border-color: #AC6AAE;
}
</style>