#AE9CDA

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

Shades of Biloba Flower #AE9CDA

Tints of Biloba Flower #AE9CDA

Color information

#AE9CDA (or 0xAE9CDA) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and DA. RGB value is (174,156,218). Sum of RGB (Red+Green+Blue) = 174+156+218=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CDA is #516325. Grayscale: #A8A8A8. Windows color (decimal): -5333798 or 14326958. OLE color: 14326958.

HSL color Cylindrical-coordinate representation of color #AE9CDA: hue angle of 257.42º degrees, saturation: 0.46, 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 #AE9CDA is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174156218-
CMYK0.200.2800.15
HSL257.42º45.59%73.33%-
HSV(B)257.42º28.44%85.49%-
XYZ4237.8471.42-
YUV168.45155.96131.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=31.75%
G=28.47%
B=39.78%

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
Decimal1741562180.200.2800.15257.4245.5973.33
HexAE9CDA141C0F1012e49
Octal256234332243401740156111
Binary1010111010011100110110101010011100011111000000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CDA; }

 p { color: rgb(174,156,218); }

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

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

 a { background-color: rgb(174,156,218); }

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

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

 span { border-color: rgb(174,156,218); }

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