#AE9BDA

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

Shades of Biloba Flower #AE9BDA

Tints of Biloba Flower #AE9BDA

Color information

#AE9BDA (or 0xAE9BDA) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and DA. RGB value is (174,155,218). Sum of RGB (Red+Green+Blue) = 174+155+218=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE9BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BDA is #516425. Grayscale: #A7A7A7. Windows color (decimal): -5334054 or 14326702. OLE color: 14326702.

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

Color convert

RGB174155218-
CMYK0.200.2900.15
HSL258.1º45.99%73.14%-
HSV(B)258.1º28.9%85.49%-
XYZ41.8337.571.36-
YUV167.86156.29132.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=31.81%
G=28.34%
B=39.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741552180.200.2900.15258.145.9973.14
HexAE9BDA141D0F1022e49
Octal256233332243501740256111
Binary1010111010011011110110101010011101011111000000101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BDA; }

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

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

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

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

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

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

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

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