#AE9EDD

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

Shades of Biloba Flower #AE9EDD

Tints of Biloba Flower #AE9EDD

Color information

#AE9EDD (or 0xAE9EDD) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and DD. RGB value is (174,158,221). Sum of RGB (Red+Green+Blue) = 174+158+221=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EDD is #516122. Grayscale: #A9A9A9. Windows color (decimal): -5333283 or 14524078. OLE color: 14524078.

HSL color Cylindrical-coordinate representation of color #AE9EDD: hue angle of 255.24º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE9EDD is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174158221-
CMYK0.210.2900.13
HSL255.24º48.09%74.31%-
HSV(B)255.24º28.51%86.67%-
XYZ42.7338.6773.62-
YUV169.97156.8130.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 158 (62.11% from 255) = 28.57%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=31.46%
G=28.57%
B=39.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741582210.210.2900.13255.2448.0974.31
HexAE9EDD151D0Dff304a
Octal256236335253501537760112
Binary101011101001111011011101101011110101101111111111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EDD; }

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

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

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

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

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

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

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

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