#AE9EC8

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

Shades of Biloba Flower #AE9EC8

Tints of Biloba Flower #AE9EC8

Color information

#AE9EC8 (or 0xAE9EC8) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and C8. RGB value is (174,158,200). Sum of RGB (Red+Green+Blue) = 174+158+200=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE9EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EC8 is #516137. Grayscale: #A7A7A7. Windows color (decimal): -5333304 or 13147822. OLE color: 13147822.

HSL color Cylindrical-coordinate representation of color #AE9EC8: hue angle of 262.86º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE9EC8 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174158200-
CMYK0.130.2100.22
HSL262.86º27.63%70.2%-
HSV(B)262.86º21%78.43%-
XYZ40.1137.6259.79-
YUV167.57146.3132.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 200 (78.52% from 255) = 37.59%
R=32.71%
G=29.70%
B=37.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741582000.130.2100.22262.8627.6370.2
HexAE9EC8D150161071c46
Octal256236310152502640734106
Binary101011101001111011001000110110101010110100000111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EC8; }

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

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

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

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

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

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

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

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