#AE6F9E

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

Shades of Bouquet #AE6F9E

Tints of Bouquet #AE6F9E

Color information

#AE6F9E (or 0xAE6F9E) is unknown color: approx Bouquet. HEX triplet: AE, 6F and 9E. RGB value is (174,111,158). Sum of RGB (Red+Green+Blue) = 174+111+158=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F9E is #519061. Grayscale: #878787. Windows color (decimal): -5345378 or 10383278. OLE color: 10383278.

HSL color Cylindrical-coordinate representation of color #AE6F9E: hue angle of 315.24º 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 #AE6F9E is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174111158-
CMYK00.360.090.32
HSL315.24º28%55.88%-
HSV(B)315.24º36.21%68.24%-
XYZ29.3122.8435.21-
YUV135.2140.87155.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=39.28%
G=25.06%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411115800.360.090.32315.242855.88
HexAE6F9E02492013b1c38
Octal25615723604411404733470
Binary101011101101111100111100100100100110000010011101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6F9E; }

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

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

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

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

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

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

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

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