#AE6A93

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

Shades of Bouquet #AE6A93

Tints of Bouquet #AE6A93

Color information

#AE6A93 (or 0xAE6A93) is unknown color: approx Bouquet. HEX triplet: AE, 6A and 93. RGB value is (174,106,147). Sum of RGB (Red+Green+Blue) = 174+106+147=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6A93 is #51956C. Grayscale: #828282. Windows color (decimal): -5346669 or 9661102. OLE color: 9661102.

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

Color convert

RGB174106147-
CMYK00.390.160.32
HSL323.82º29.57%54.9%-
HSV(B)323.82º39.08%68.24%-
XYZ27.8821.4130.27-
YUV131.01137.03158.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=40.75%
G=24.82%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410614700.390.160.32323.8229.5754.9
HexAE6A9302710201441e37
Octal25615222304720405043667
Binary1010111011010101001001101001111000010000010100010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A93; }

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

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

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

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

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

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

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

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