#AE9DE5

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

Shades of Biloba Flower #AE9DE5

Tints of Biloba Flower #AE9DE5

Color information

#AE9DE5 (or 0xAE9DE5) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and E5. RGB value is (174,157,229). Sum of RGB (Red+Green+Blue) = 174+157+229=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE9DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DE5 is #51621A. Grayscale: #AAAAAA. Windows color (decimal): -5333531 or 15048110. OLE color: 15048110.

HSL color Cylindrical-coordinate representation of color #AE9DE5: hue angle of 254.17º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE9DE5 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174157229-
CMYK0.240.3100.10
HSL254.17º58.06%75.69%-
HSV(B)254.17º31.44%89.8%-
XYZ43.6638.7779.31-
YUV170.29161.13130.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 229 (89.84% from 255) = 40.89%
R=31.07%
G=28.04%
B=40.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741572290.240.3100.10254.1758.0675.69
HexAE9DE5181F0Afe3a4c
Octal256235345303701237672114
Binary101011101001110111100101110001111101010111111101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DE5; }

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

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

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

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

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

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

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

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