Shades of Violet Blue #AE6DAC
Tints of Violet Blue #AE6DAC
RGB
CMYK
RGB Variations
Color information
#AE6DAC (or 0xAE6DAC) is known color: Violet Blue. HEX triplet: AE, 6D and AC. RGB value is (174,109,172). Sum of RGB (Red+Green+Blue) = 174+109+172=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6DAC is #519253. Grayscale: #878787. Windows color (decimal): -5345876 or 11300270. OLE color: 11300270.
HSL color Cylindrical-coordinate representation of color #AE6DAC: hue angle of 301.85º 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 #AE6DAC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 109 | 172 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.32 |
| HSL | 301.85º | 0.29% | 0.55% | - |
| HSV(B) | 301.85º | 0.37% | 0.68% | - |
| XYZ | 30.37 | 22.91 | 41.85 | - |
| YUV | 135.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 172 | 0 | 0.37 | 0.01 | 0.32 | 301.85 | 0.29 | 0.55 |
| Hex | AE | 6D | AC | 0 | 25 | 1 | 20 | 12E | 1D | 37 |
| Octal | 256 | 155 | 254 | 0 | 45 | 1 | 40 | 456 | 35 | 67 |
| Binary | 10101110 | 1101101 | 10101100 | 0 | 100101 | 1 | 100000 | 100101110 | 11101 | 110111 |
Color Harmonies of #AE6DAC
Complementary color
Monochromatic Colors of #AE6DAC
Black with #AE6DAC
Text Example
Text Example
White with #AE6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6DAC; }
p { color: rgb(174,109,172); }
H1.HeaderClassName
{
color: #AE6DAC;
}
.AnyTagClassName
{
color: #AE6DAC;
}
</style>
background-color css
<style>
a { background-color: #AE6DAC; }
a { background-color: rgb(174,109,172); }
div.DivClassName
{
background-color: #AE6DAC;
}
.BgClassName
{
background-color: #AE6DAC;
}
</style>
border-color css
<style>
span { border-color: #AE6DAC; }
span { border-color: rgb(174,109,172); }
td.TdClassName
{
border-color: #AE6DAC;
}
.TagClassName
{
border-color: #AE6DAC;
}
</style>