Shades of Violet Blue #AE68A3
Tints of Violet Blue #AE68A3
RGB
CMYK
RGB Variations
Color information
#AE68A3 (or 0xAE68A3) is known color: Violet Blue. HEX triplet: AE, 68 and A3. RGB value is (174,104,163). Sum of RGB (Red+Green+Blue) = 174+104+163=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE68A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE68A3 is #51975C. Grayscale: #838383. Windows color (decimal): -5347165 or 10709166. OLE color: 10709166.
HSL color Cylindrical-coordinate representation of color #AE68A3: hue angle of 309.43º 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 #AE68A3 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 163 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.32 |
| HSL | 309.43º | 0.3% | 0.55% | - |
| HSV(B) | 309.43º | 0.4% | 0.68% | - |
| XYZ | 29.02 | 21.54 | 37.28 | - |
| YUV | 131.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 163 | 0 | 0.40 | 0.06 | 0.32 | 309.43 | 0.3 | 0.55 |
| Hex | AE | 68 | A3 | 0 | 28 | 6 | 20 | 135 | 1E | 37 |
| Octal | 256 | 150 | 243 | 0 | 50 | 6 | 40 | 465 | 36 | 67 |
| Binary | 10101110 | 1101000 | 10100011 | 0 | 101000 | 110 | 100000 | 100110101 | 11110 | 110111 |
Color Harmonies of #AE68A3
Complementary color
Monochromatic Colors of #AE68A3
Black with #AE68A3
Text Example
Text Example
White with #AE68A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE68A3; }
p { color: rgb(174,104,163); }
H1.HeaderClassName
{
color: #AE68A3;
}
.AnyTagClassName
{
color: #AE68A3;
}
</style>
background-color css
<style>
a { background-color: #AE68A3; }
a { background-color: rgb(174,104,163); }
div.DivClassName
{
background-color: #AE68A3;
}
.BgClassName
{
background-color: #AE68A3;
}
</style>
border-color css
<style>
span { border-color: #AE68A3; }
span { border-color: rgb(174,104,163); }
td.TdClassName
{
border-color: #AE68A3;
}
.TagClassName
{
border-color: #AE68A3;
}
</style>