#AE9EC7

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

Shades of Biloba Flower #AE9EC7

Tints of Biloba Flower #AE9EC7

Color information

#AE9EC7 (or 0xAE9EC7) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and C7. RGB value is (174,158,199). Sum of RGB (Red+Green+Blue) = 174+158+199=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 199 - color contains mainly: blue. Hex color #AE9EC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EC7 is #516138. Grayscale: #A7A7A7. Windows color (decimal): -5333305 or 13082286. OLE color: 13082286.

HSL color Cylindrical-coordinate representation of color #AE9EC7: hue angle of 263.41º degrees, saturation: 0.27, 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 #AE9EC7 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174158199-
CMYK0.130.2100.22
HSL263.41º26.8%70%-
HSV(B)263.41º20.6%78.04%-
XYZ39.9937.5859.18-
YUV167.46145.8132.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=32.77%
G=29.76%
B=37.48%

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
Decimal1741581990.130.2100.22263.4126.870
HexAE9EC7D150161071b46
Octal256236307152502640733106
Binary101011101001111011000111110110101010110100000111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EC7; }

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

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

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

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

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

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

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

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