#AE9DDC

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

Shades of Biloba Flower #AE9DDC

Tints of Biloba Flower #AE9DDC

Color information

#AE9DDC (or 0xAE9DDC) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and DC. RGB value is (174,157,220). Sum of RGB (Red+Green+Blue) = 174+157+220=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DDC is #516223. Grayscale: #A9A9A9. Windows color (decimal): -5333540 or 14458286. OLE color: 14458286.

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

Color convert

RGB174157220-
CMYK0.210.2900.14
HSL256.19º47.37%73.92%-
HSV(B)256.19º28.64%86.27%-
XYZ42.4338.2872.86-
YUV169.26156.63131.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=31.58%
G=28.49%
B=39.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741572200.210.2900.14256.1947.3773.92
HexAE9DDC151D0E1002f4a
Octal256235334253501640057112
Binary1010111010011101110111001010111101011101000000001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DDC; }

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

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

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

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

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

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

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

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