Shades of Violet Blue #AE66B1
Tints of Violet Blue #AE66B1
RGB
CMYK
RGB Variations
Color information
#AE66B1 (or 0xAE66B1) is known color: Violet Blue. HEX triplet: AE, 66 and B1. RGB value is (174,102,177). Sum of RGB (Red+Green+Blue) = 174+102+177=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE66B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE66B1 is #51994E. Grayscale: #838383. Windows color (decimal): -5347663 or 11626158. OLE color: 11626158.
HSL color Cylindrical-coordinate representation of color #AE66B1: hue angle of 297.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE66B1 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 102 | 177 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.31 |
| HSL | 297.6º | 0.32% | 0.55% | - |
| HSV(B) | 297.6º | 0.42% | 0.69% | - |
| XYZ | 30.14 | 21.68 | 44.19 | - |
| YUV | 132.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 177 | 0.02 | 0.42 | 0 | 0.31 | 297.6 | 0.32 | 0.55 |
| Hex | AE | 66 | B1 | 2 | 2A | 0 | 1F | 12A | 20 | 37 |
| Octal | 256 | 146 | 261 | 2 | 52 | 0 | 37 | 452 | 40 | 67 |
| Binary | 10101110 | 1100110 | 10110001 | 10 | 101010 | 0 | 11111 | 100101010 | 100000 | 110111 |
Color Harmonies of #AE66B1
Complementary color
Monochromatic Colors of #AE66B1
Black with #AE66B1
Text Example
Text Example
White with #AE66B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE66B1; }
p { color: rgb(174,102,177); }
H1.HeaderClassName
{
color: #AE66B1;
}
.AnyTagClassName
{
color: #AE66B1;
}
</style>
background-color css
<style>
a { background-color: #AE66B1; }
a { background-color: rgb(174,102,177); }
div.DivClassName
{
background-color: #AE66B1;
}
.BgClassName
{
background-color: #AE66B1;
}
</style>
border-color css
<style>
span { border-color: #AE66B1; }
span { border-color: rgb(174,102,177); }
td.TdClassName
{
border-color: #AE66B1;
}
.TagClassName
{
border-color: #AE66B1;
}
</style>