#AE669A

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

Shades of Bouquet #AE669A

Tints of Bouquet #AE669A

Color information

#AE669A (or 0xAE669A) is unknown color: approx Bouquet. HEX triplet: AE, 66 and 9A. RGB value is (174,102,154). Sum of RGB (Red+Green+Blue) = 174+102+154=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE669A is #519965. Grayscale: #818181. Windows color (decimal): -5347686 or 10118830. OLE color: 10118830.

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

Color convert

RGB174102154-
CMYK00.410.110.32
HSL316.67º30.77%54.12%-
HSV(B)316.67º41.38%68.24%-
XYZ28.0420.8333.12-
YUV129.46141.85159.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=40.47%
G=23.72%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410215400.410.110.32316.6730.7754.12
HexAE669A029B2013d1f36
Octal25614623205113404753766
Binary101011101100110100110100101001101110000010011110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE669A; }

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

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

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

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

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

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

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

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