#AE9DDB

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

Shades of Biloba Flower #AE9DDB

Tints of Biloba Flower #AE9DDB

Color information

#AE9DDB (or 0xAE9DDB) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and DB. RGB value is (174,157,219). Sum of RGB (Red+Green+Blue) = 174+157+219=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DDB is #516224. Grayscale: #A8A8A8. Windows color (decimal): -5333541 or 14392750. OLE color: 14392750.

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

Color convert

RGB174157219-
CMYK0.210.2800.14
HSL256.45º46.27%73.73%-
HSV(B)256.45º28.31%85.88%-
XYZ42.338.2372.17-
YUV169.15156.13131.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=31.64%
G=28.55%
B=39.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741572190.210.2800.14256.4546.2773.73
HexAE9DDB151C0E1002e4a
Octal256235333253401640056112
Binary1010111010011101110110111010111100011101000000001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DDB; }

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

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

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

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

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

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

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

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