#AE6F9B

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

Shades of Bouquet #AE6F9B

Tints of Bouquet #AE6F9B

Color information

#AE6F9B (or 0xAE6F9B) is unknown color: approx Bouquet. HEX triplet: AE, 6F and 9B. RGB value is (174,111,155). Sum of RGB (Red+Green+Blue) = 174+111+155=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F9B is #519064. Grayscale: #868686. Windows color (decimal): -5345381 or 10186670. OLE color: 10186670.

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

Color convert

RGB174111155-
CMYK00.360.110.32
HSL318.1º28%55.88%-
HSV(B)318.1º36.21%68.24%-
XYZ29.0622.7333.87-
YUV134.85139.37155.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=39.55%
G=25.23%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411115500.360.110.32318.12855.88
HexAE6F9B024B2013e1c38
Octal25615723304413404763470
Binary101011101101111100110110100100101110000010011111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6F9B; }

 p { color: rgb(174,111,155); }

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

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

 a { background-color: rgb(174,111,155); }

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

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

 span { border-color: rgb(174,111,155); }

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