#AE6B9D

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

Shades of Bouquet #AE6B9D

Tints of Bouquet #AE6B9D

Color information

#AE6B9D (or 0xAE6B9D) is unknown color: approx Bouquet. HEX triplet: AE, 6B and 9D. RGB value is (174,107,157). Sum of RGB (Red+Green+Blue) = 174+107+157=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6B9D is #519462. Grayscale: #848484. Windows color (decimal): -5346403 or 10316718. OLE color: 10316718.

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

Color convert

RGB174107157-
CMYK00.390.100.32
HSL315.22º29.26%55.1%-
HSV(B)315.22º38.51%68.24%-
XYZ28.821.9534.62-
YUV132.73141.7157.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 107 (42.19% from 255) = 24.43%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=39.73%
G=24.43%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410715700.390.100.32315.2229.2655.1
HexAE6B9D027A2013b1d37
Octal25615323504712404733567
Binary101011101101011100111010100111101010000010011101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B9D; }

 p { color: rgb(174,107,157); }

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

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

 a { background-color: rgb(174,107,157); }

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

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

 span { border-color: rgb(174,107,157); }

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