#AE6E93

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

Shades of Bouquet #AE6E93

Tints of Bouquet #AE6E93

Color information

#AE6E93 (or 0xAE6E93) is unknown color: approx Bouquet. HEX triplet: AE, 6E and 93. RGB value is (174,110,147). Sum of RGB (Red+Green+Blue) = 174+110+147=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E93 is #51916C. Grayscale: #858585. Windows color (decimal): -5345645 or 9662126. OLE color: 9662126.

HSL color Cylindrical-coordinate representation of color #AE6E93: hue angle of 325.31º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6E93 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB174110147-
CMYK00.370.160.32
HSL325.31º28.32%55.69%-
HSV(B)325.31º36.78%68.24%-
XYZ28.322.2630.41-
YUV133.35135.7156.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=40.37%
G=25.52%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411014700.370.160.32325.3128.3255.69
HexAE6E9302510201451c38
Octal25615622304520405053470
Binary1010111011011101001001101001011000010000010100010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E93; }

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

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

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

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

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

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

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

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