#AE9DD9

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

Shades of Biloba Flower #AE9DD9

Tints of Biloba Flower #AE9DD9

Color information

#AE9DD9 (or 0xAE9DD9) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and D9. RGB value is (174,157,217). Sum of RGB (Red+Green+Blue) = 174+157+217=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE9DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DD9 is #516226. Grayscale: #A8A8A8. Windows color (decimal): -5333543 or 14261678. OLE color: 14261678.

HSL color Cylindrical-coordinate representation of color #AE9DD9: hue angle of 257º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE9DD9 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174157217-
CMYK0.200.2800.15
HSL257º44.12%73.33%-
HSV(B)257º27.65%85.1%-
XYZ42.0438.1270.79-
YUV168.92155.13131.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=31.75%
G=28.65%
B=39.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741572170.200.2800.1525744.1273.33
HexAE9DD9141C0F1012c49
Octal256235331243401740154111
Binary1010111010011101110110011010011100011111000000011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DD9; }

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

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

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

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

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

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

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

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