#AE99E7

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

Shades of Biloba Flower #AE99E7

Tints of Biloba Flower #AE99E7

Color information

#AE99E7 (or 0xAE99E7) is unknown color: approx Biloba Flower. HEX triplet: AE, 99 and E7. RGB value is (174,153,231). Sum of RGB (Red+Green+Blue) = 174+153+231=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE99E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE99E7 is #516618. Grayscale: #A7A7A7. Windows color (decimal): -5334553 or 15178158. OLE color: 15178158.

HSL color Cylindrical-coordinate representation of color #AE99E7: hue angle of 256.15º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE99E7 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174153231-
CMYK0.250.3400.09
HSL256.15º61.9%75.29%-
HSV(B)256.15º33.77%90.59%-
XYZ43.2737.5580.57-
YUV168.17163.46132.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 231 (90.62% from 255) = 41.40%
R=31.18%
G=27.42%
B=41.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741532310.250.3400.09256.1561.975.29
HexAE99E71922091003e4b
Octal256231347314201140076113
Binary10101110100110011110011111001100010010011000000001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99E7; }

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

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

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

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

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

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

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

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