#AE6293

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

Shades of Bouquet #AE6293

Tints of Bouquet #AE6293

Color information

#AE6293 (or 0xAE6293) is unknown color: approx Bouquet. HEX triplet: AE, 62 and 93. RGB value is (174,98,147). Sum of RGB (Red+Green+Blue) = 174+98+147=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6293 is #519D6C. Grayscale: #7E7E7E. Windows color (decimal): -5348717 or 9659054. OLE color: 9659054.

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

Color convert

RGB17498147-
CMYK00.440.160.32
HSL321.32º31.93%53.33%-
HSV(B)321.32º43.68%68.24%-
XYZ27.0919.8430.01-
YUV126.31139.68162.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 98 (38.67% from 255) = 23.39%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=41.53%
G=23.39%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749814700.440.160.32321.3231.9353.33
HexAE629302C10201412035
Octal25614222305420405014065
Binary10101110110001010010011010110010000100000101000001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6293; }

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

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

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

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

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

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

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

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