#AE99DA

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

Shades of Biloba Flower #AE99DA

Tints of Biloba Flower #AE99DA

Color information

#AE99DA (or 0xAE99DA) is unknown color: approx Biloba Flower. HEX triplet: AE, 99 and DA. RGB value is (174,153,218). Sum of RGB (Red+Green+Blue) = 174+153+218=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99DA is #516625. Grayscale: #A6A6A6. Windows color (decimal): -5334566 or 14326190. OLE color: 14326190.

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

Color convert

RGB174153218-
CMYK0.200.3000.15
HSL259.38º46.76%72.75%-
HSV(B)259.38º29.82%85.49%-
XYZ41.536.8471.25-
YUV166.69156.96133.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 218 (85.55% from 255) = 40%
R=31.93%
G=28.07%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741532180.200.3000.15259.3846.7672.75
HexAE99DA141E0F1032f49
Octal256231332243601740357111
Binary1010111010011001110110101010011110011111000000111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99DA; }

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

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

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

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

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

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

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

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