#AE9DEE

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

Shades of Biloba Flower #AE9DEE

Tints of Biloba Flower #AE9DEE

Color information

#AE9DEE (or 0xAE9DEE) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and EE. RGB value is (174,157,238). Sum of RGB (Red+Green+Blue) = 174+157+238=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE9DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9DEE is #516211. Grayscale: #ABABAB. Windows color (decimal): -5333522 or 15637934. OLE color: 15637934.

HSL color Cylindrical-coordinate representation of color #AE9DEE: hue angle of 252.59º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE9DEE is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174157238-
CMYK0.270.3400.07
HSL252.59º70.43%77.45%-
HSV(B)252.59º34.03%93.33%-
XYZ44.9539.2986.1-
YUV171.32165.63129.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=30.58%
G=27.59%
B=41.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741572380.270.3400.07252.5970.4377.45
HexAE9DEE1B2207fd464d
Octal256235356334207375106115
Binary1010111010011101111011101101110001001111111110110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DEE; }

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

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

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

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

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

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

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

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