#AE6494

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

Shades of Bouquet #AE6494

Tints of Bouquet #AE6494

Color information

#AE6494 (or 0xAE6494) is unknown color: approx Bouquet. HEX triplet: AE, 64 and 94. RGB value is (174,100,148). Sum of RGB (Red+Green+Blue) = 174+100+148=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6494 is #519B6B. Grayscale: #7F7F7F. Windows color (decimal): -5348204 or 9725102. OLE color: 9725102.

HSL color Cylindrical-coordinate representation of color #AE6494: hue angle of 321.08º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6494 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB174100148-
CMYK00.430.150.32
HSL321.08º31.36%53.73%-
HSV(B)321.08º42.53%68.24%-
XYZ27.3620.2530.48-
YUV127.6139.52161.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=41.23%
G=23.70%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410014800.430.150.32321.0831.3653.73
HexAE649402BF201411f36
Octal25614422405317405013766
Binary101011101100100100101000101011111110000010100000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6494; }

 p { color: rgb(174,100,148); }

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

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

 a { background-color: rgb(174,100,148); }

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

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

 span { border-color: rgb(174,100,148); }

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