#AE679A

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

Shades of Bouquet #AE679A

Tints of Bouquet #AE679A

Color information

#AE679A (or 0xAE679A) is unknown color: approx Bouquet. HEX triplet: AE, 67 and 9A. RGB value is (174,103,154). Sum of RGB (Red+Green+Blue) = 174+103+154=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE679A is #519865. Grayscale: #818181. Windows color (decimal): -5347430 or 10119086. OLE color: 10119086.

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

Color convert

RGB174103154-
CMYK00.410.110.32
HSL316.9º30.47%54.31%-
HSV(B)316.9º40.8%68.24%-
XYZ28.1421.0333.15-
YUV130.04141.52159.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=40.37%
G=23.90%
B=35.73%

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
Decimal17410315400.410.110.32316.930.4754.31
HexAE679A029B2013d1e36
Octal25614723205113404753666
Binary101011101100111100110100101001101110000010011110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE679A; }

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

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

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

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

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

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

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

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