#AE99E8

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

Shades of Biloba Flower #AE99E8

Tints of Biloba Flower #AE99E8

Color information

#AE99E8 (or 0xAE99E8) is unknown color: approx Biloba Flower. HEX triplet: AE, 99 and E8. RGB value is (174,153,232). Sum of RGB (Red+Green+Blue) = 174+153+232=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE99E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE99E8 is #516617. Grayscale: #A7A7A7. Windows color (decimal): -5334552 or 15243694. OLE color: 15243694.

HSL color Cylindrical-coordinate representation of color #AE99E8: hue angle of 255.95º degrees, saturation: 0.63, 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 #AE99E8 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174153232-
CMYK0.250.3400.09
HSL255.95º63.2%75.49%-
HSV(B)255.95º34.05%90.98%-
XYZ43.4137.6181.31-
YUV168.28163.96132.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=31.13%
G=27.37%
B=41.50%

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
Decimal1741532320.250.3400.09255.9563.275.49
HexAE99E81922091003f4b
Octal256231350314201140077113
Binary10101110100110011110100011001100010010011000000001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99E8; }

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

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

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

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

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

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

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

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