#AE8FA1

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

Shades of Bouquet #AE8FA1

Tints of Bouquet #AE8FA1

Color information

#AE8FA1 (or 0xAE8FA1) is unknown color: approx Bouquet. HEX triplet: AE, 8F and A1. RGB value is (174,143,161). Sum of RGB (Red+Green+Blue) = 174+143+161=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8FA1 is #51705E. Grayscale: #9A9A9A. Windows color (decimal): -5337183 or 10588078. OLE color: 10588078.

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

Color convert

RGB174143161-
CMYK00.180.070.32
HSL325.16º16.06%62.16%-
HSV(B)325.16º17.82%68.24%-
XYZ33.7131.2237.97-
YUV154.32131.77142.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=36.40%
G=29.92%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414316100.180.070.32325.1616.0662.16
HexAE8FA1012720145103e
Octal2562172410227405052076
Binary10101110100011111010000101001011110000010100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FA1; }

 p { color: rgb(174,143,161); }

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

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

 a { background-color: rgb(174,143,161); }

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

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

 span { border-color: rgb(174,143,161); }

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