#AE6A91

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

Shades of Bouquet #AE6A91

Tints of Bouquet #AE6A91

Color information

#AE6A91 (or 0xAE6A91) is unknown color: approx Bouquet. HEX triplet: AE, 6A and 91. RGB value is (174,106,145). Sum of RGB (Red+Green+Blue) = 174+106+145=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6A91 is #51956E. Grayscale: #828282. Windows color (decimal): -5346671 or 9530030. OLE color: 9530030.

HSL color Cylindrical-coordinate representation of color #AE6A91: hue angle of 325.59º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6A91 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB174106145-
CMYK00.390.170.32
HSL325.59º29.57%54.9%-
HSV(B)325.59º39.08%68.24%-
XYZ27.7221.3529.45-
YUV130.78136.03158.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=40.94%
G=24.94%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410614500.390.170.32325.5929.5754.9
HexAE6A9102711201461e37
Octal25615222104721405063667
Binary1010111011010101001000101001111000110000010100011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A91; }

 p { color: rgb(174,106,145); }

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

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

 a { background-color: rgb(174,106,145); }

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

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

 span { border-color: rgb(174,106,145); }

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