Shades of Violet Blue #AE66A8
Tints of Violet Blue #AE66A8
RGB
CMYK
RGB Variations
Color information
#AE66A8 (or 0xAE66A8) is known color: Violet Blue. HEX triplet: AE, 66 and A8. RGB value is (174,102,168). Sum of RGB (Red+Green+Blue) = 174+102+168=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE66A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE66A8 is #519957. Grayscale: #828282. Windows color (decimal): -5347672 or 11036334. OLE color: 11036334.
HSL color Cylindrical-coordinate representation of color #AE66A8: hue angle of 305º 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 #AE66A8 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 168 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.32 |
| HSL | 305º | 0.31% | 0.54% | - |
| HSV(B) | 305º | 0.41% | 0.68% | - |
| XYZ | 29.27 | 21.33 | 39.62 | - |
| YUV | 131.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 168 | 0 | 0.41 | 0.03 | 0.32 | 305 | 0.31 | 0.54 |
| Hex | AE | 66 | A8 | 0 | 29 | 3 | 20 | 131 | 1F | 36 |
| Octal | 256 | 146 | 250 | 0 | 51 | 3 | 40 | 461 | 37 | 66 |
| Binary | 10101110 | 1100110 | 10101000 | 0 | 101001 | 11 | 100000 | 100110001 | 11111 | 110110 |
Color Harmonies of #AE66A8
Complementary color
Monochromatic Colors of #AE66A8
Black with #AE66A8
Text Example
Text Example
White with #AE66A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE66A8; }
p { color: rgb(174,102,168); }
H1.HeaderClassName
{
color: #AE66A8;
}
.AnyTagClassName
{
color: #AE66A8;
}
</style>
background-color css
<style>
a { background-color: #AE66A8; }
a { background-color: rgb(174,102,168); }
div.DivClassName
{
background-color: #AE66A8;
}
.BgClassName
{
background-color: #AE66A8;
}
</style>
border-color css
<style>
span { border-color: #AE66A8; }
span { border-color: rgb(174,102,168); }
td.TdClassName
{
border-color: #AE66A8;
}
.TagClassName
{
border-color: #AE66A8;
}
</style>