#AE6699

Color #AE6699 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AE6699

Tints of Bouquet #AE6699

Color information

#AE6699 (or 0xAE6699) is unknown color: approx Bouquet. HEX triplet: AE, 66 and 99. RGB value is (174,102,153). Sum of RGB (Red+Green+Blue) = 174+102+153=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6699 is #519966. Grayscale: #818181. Windows color (decimal): -5347687 or 10053294. OLE color: 10053294.

HSL color Cylindrical-coordinate representation of color #AE6699: hue angle of 317.5º 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 #AE6699 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB174102153-
CMYK00.410.120.32
HSL317.5º30.77%54.12%-
HSV(B)317.5º41.38%68.24%-
XYZ27.9620.832.68-
YUV129.34141.35159.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=40.56%
G=23.78%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410215300.410.120.32317.530.7754.12
HexAE6699029C2013e1f36
Octal25614623105114404763766
Binary101011101100110100110010101001110010000010011111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6699; }

 p { color: rgb(174,102,153); }

 H1.HeaderClassName
 {
   color: #AE6699;
 }
 .AnyTagClassName
 {
   color: #AE6699;
 }
</style>
background-color css

<style>
 a { background-color: #AE6699; }

 a { background-color: rgb(174,102,153); }

 div.DivClassName
 {
   background-color: #AE6699;
 }
 .BgClassName
 {
   background-color: #AE6699;
 }
</style>
border-color css

<style>
 span { border-color: #AE6699; }

 span { border-color: rgb(174,102,153); }

 td.TdClassName
 {
   border-color: #AE6699;
 }
 .TagClassName
 {
   border-color: #AE6699;
 }
</style>