Shades of Violet Blue #AE66AA
Tints of Violet Blue #AE66AA
RGB
CMYK
RGB Variations
Color information
#AE66AA (or 0xAE66AA) is known color: Violet Blue. HEX triplet: AE, 66 and AA. RGB value is (174,102,170). Sum of RGB (Red+Green+Blue) = 174+102+170=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE66AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE66AA is #519955. Grayscale: #838383. Windows color (decimal): -5347670 or 11167406. OLE color: 11167406.
HSL color Cylindrical-coordinate representation of color #AE66AA: hue angle of 303.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE66AA is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 170 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.32 |
| HSL | 303.33º | 0.31% | 0.54% | - |
| HSV(B) | 303.33º | 0.41% | 0.68% | - |
| XYZ | 29.46 | 21.4 | 40.61 | - |
| YUV | 131.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 170 | 0 | 0.41 | 0.02 | 0.32 | 303.33 | 0.31 | 0.54 |
| Hex | AE | 66 | AA | 0 | 29 | 2 | 20 | 12F | 1F | 36 |
| Octal | 256 | 146 | 252 | 0 | 51 | 2 | 40 | 457 | 37 | 66 |
| Binary | 10101110 | 1100110 | 10101010 | 0 | 101001 | 10 | 100000 | 100101111 | 11111 | 110110 |
Color Harmonies of #AE66AA
Complementary color
Monochromatic Colors of #AE66AA
Black with #AE66AA
Text Example
Text Example
White with #AE66AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE66AA; }
p { color: rgb(174,102,170); }
H1.HeaderClassName
{
color: #AE66AA;
}
.AnyTagClassName
{
color: #AE66AA;
}
</style>
background-color css
<style>
a { background-color: #AE66AA; }
a { background-color: rgb(174,102,170); }
div.DivClassName
{
background-color: #AE66AA;
}
.BgClassName
{
background-color: #AE66AA;
}
</style>
border-color css
<style>
span { border-color: #AE66AA; }
span { border-color: rgb(174,102,170); }
td.TdClassName
{
border-color: #AE66AA;
}
.TagClassName
{
border-color: #AE66AA;
}
</style>