Shades of Violet Blue #AC6DAE
Tints of Violet Blue #AC6DAE
RGB
CMYK
RGB Variations
Color information
#AC6DAE (or 0xAC6DAE) is known color: Violet Blue. HEX triplet: AC, 6D and AE. RGB value is (172,109,174). Sum of RGB (Red+Green+Blue) = 172+109+174=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC6DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6DAE is #539251. Grayscale: #878787. Windows color (decimal): -5476946 or 11431340. OLE color: 11431340.
HSL color Cylindrical-coordinate representation of color #AC6DAE: hue angle of 298.15º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6DAE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 109 | 174 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.32 |
| HSL | 298.15º | 0.29% | 0.55% | - |
| HSV(B) | 298.15º | 0.37% | 0.68% | - |
| XYZ | 30.12 | 22.76 | 42.85 | - |
| YUV | 135.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 174 | 0.01 | 0.37 | 0 | 0.32 | 298.15 | 0.29 | 0.55 |
| Hex | AC | 6D | AE | 1 | 25 | 0 | 20 | 12A | 1D | 37 |
| Octal | 254 | 155 | 256 | 1 | 45 | 0 | 40 | 452 | 35 | 67 |
| Binary | 10101100 | 1101101 | 10101110 | 1 | 100101 | 0 | 100000 | 100101010 | 11101 | 110111 |
Color Harmonies of #AC6DAE
Complementary color
Monochromatic Colors of #AC6DAE
Black with #AC6DAE
Text Example
Text Example
White with #AC6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6DAE; }
p { color: rgb(172,109,174); }
H1.HeaderClassName
{
color: #AC6DAE;
}
.AnyTagClassName
{
color: #AC6DAE;
}
</style>
background-color css
<style>
a { background-color: #AC6DAE; }
a { background-color: rgb(172,109,174); }
div.DivClassName
{
background-color: #AC6DAE;
}
.BgClassName
{
background-color: #AC6DAE;
}
</style>
border-color css
<style>
span { border-color: #AC6DAE; }
span { border-color: rgb(172,109,174); }
td.TdClassName
{
border-color: #AC6DAE;
}
.TagClassName
{
border-color: #AC6DAE;
}
</style>