#AE9DD7

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

Shades of Biloba Flower #AE9DD7

Tints of Biloba Flower #AE9DD7

Color information

#AE9DD7 (or 0xAE9DD7) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and D7. RGB value is (174,157,215). Sum of RGB (Red+Green+Blue) = 174+157+215=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE9DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DD7 is #516228. Grayscale: #A8A8A8. Windows color (decimal): -5333545 or 14130606. OLE color: 14130606.

HSL color Cylindrical-coordinate representation of color #AE9DD7: hue angle of 257.59º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE9DD7 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174157215-
CMYK0.190.2700.16
HSL257.59º42.03%72.94%-
HSV(B)257.59º26.98%84.31%-
XYZ41.7838.0269.43-
YUV168.7154.13131.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=31.87%
G=28.75%
B=39.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741572150.190.2700.16257.5942.0372.94
HexAE9DD7131B0101022a49
Octal256235327233302040252111
Binary10101110100111011101011110011110110100001000000101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DD7; }

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

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

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

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

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

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

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

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