Shades of Violet Blue #AE68AB
Tints of Violet Blue #AE68AB
RGB
CMYK
RGB Variations
Color information
#AE68AB (or 0xAE68AB) is known color: Violet Blue. HEX triplet: AE, 68 and AB. RGB value is (174,104,171). Sum of RGB (Red+Green+Blue) = 174+104+171=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE68AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE68AB is #519754. Grayscale: #848484. Windows color (decimal): -5347157 or 11233454. OLE color: 11233454.
HSL color Cylindrical-coordinate representation of color #AE68AB: hue angle of 302.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE68AB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 171 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.32 |
| HSL | 302.57º | 0.3% | 0.55% | - |
| HSV(B) | 302.57º | 0.4% | 0.68% | - |
| XYZ | 29.76 | 21.84 | 41.18 | - |
| YUV | 132.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 171 | 0 | 0.40 | 0.02 | 0.32 | 302.57 | 0.3 | 0.55 |
| Hex | AE | 68 | AB | 0 | 28 | 2 | 20 | 12F | 1E | 37 |
| Octal | 256 | 150 | 253 | 0 | 50 | 2 | 40 | 457 | 36 | 67 |
| Binary | 10101110 | 1101000 | 10101011 | 0 | 101000 | 10 | 100000 | 100101111 | 11110 | 110111 |
Color Harmonies of #AE68AB
Complementary color
Monochromatic Colors of #AE68AB
Black with #AE68AB
Text Example
Text Example
White with #AE68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE68AB; }
p { color: rgb(174,104,171); }
H1.HeaderClassName
{
color: #AE68AB;
}
.AnyTagClassName
{
color: #AE68AB;
}
</style>
background-color css
<style>
a { background-color: #AE68AB; }
a { background-color: rgb(174,104,171); }
div.DivClassName
{
background-color: #AE68AB;
}
.BgClassName
{
background-color: #AE68AB;
}
</style>
border-color css
<style>
span { border-color: #AE68AB; }
span { border-color: rgb(174,104,171); }
td.TdClassName
{
border-color: #AE68AB;
}
.TagClassName
{
border-color: #AE68AB;
}
</style>