#AE9DCB

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

Shades of Biloba Flower #AE9DCB

Tints of Biloba Flower #AE9DCB

Color information

#AE9DCB (or 0xAE9DCB) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and CB. RGB value is (174,157,203). Sum of RGB (Red+Green+Blue) = 174+157+203=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DCB is #516234. Grayscale: #A7A7A7. Windows color (decimal): -5333557 or 13344174. OLE color: 13344174.

HSL color Cylindrical-coordinate representation of color #AE9DCB: hue angle of 262.17º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE9DCB is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174157203-
CMYK0.140.2300.20
HSL262.17º30.67%70.59%-
HSV(B)262.17º22.66%79.61%-
XYZ40.2937.4261.6-
YUV167.33148.13132.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=32.58%
G=29.40%
B=38.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741572030.140.2300.20262.1730.6770.59
HexAE9DCBE170141061f47
Octal256235313162702440637107
Binary101011101001110111001011111010111010100100000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DCB; }

 p { color: rgb(174,157,203); }

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

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

 a { background-color: rgb(174,157,203); }

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

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

 span { border-color: rgb(174,157,203); }

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