#AE98E9

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

Shades of Biloba Flower #AE98E9

Tints of Biloba Flower #AE98E9

Color information

#AE98E9 (or 0xAE98E9) is unknown color: approx Biloba Flower. HEX triplet: AE, 98 and E9. RGB value is (174,152,233). Sum of RGB (Red+Green+Blue) = 174+152+233=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #AE98E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE98E9 is #516716. Grayscale: #A7A7A7. Windows color (decimal): -5334807 or 15308974. OLE color: 15308974.

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

Color convert

RGB174152233-
CMYK0.250.3500.09
HSL256.3º64.8%75.49%-
HSV(B)256.3º34.76%91.37%-
XYZ43.3937.3482.01-
YUV167.81164.79132.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 233 (91.41% from 255) = 41.68%
R=31.13%
G=27.19%
B=41.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741522330.250.3500.09256.364.875.49
HexAE98E9192309100414b
Octal2562303513143011400101113
Binary101011101001100011101001110011000110100110000000010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98E9; }

 p { color: rgb(174,152,233); }

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

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

 a { background-color: rgb(174,152,233); }

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

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

 span { border-color: rgb(174,152,233); }

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