#AE9DD8

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

Shades of Biloba Flower #AE9DD8

Tints of Biloba Flower #AE9DD8

Color information

#AE9DD8 (or 0xAE9DD8) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and D8. RGB value is (174,157,216). Sum of RGB (Red+Green+Blue) = 174+157+216=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE9DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DD8 is #516227. Grayscale: #A8A8A8. Windows color (decimal): -5333544 or 14196142. OLE color: 14196142.

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

Color convert

RGB174157216-
CMYK0.190.2700.15
HSL257.29º43.07%73.14%-
HSV(B)257.29º27.31%84.71%-
XYZ41.9138.0770.11-
YUV168.81154.63131.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=31.81%
G=28.70%
B=39.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741572160.190.2700.15257.2943.0773.14
HexAE9DD8131B0F1012b49
Octal256235330233301740153111
Binary1010111010011101110110001001111011011111000000011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DD8; }

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

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

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

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

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

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

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

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