#AE9FE8

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

Shades of Biloba Flower #AE9FE8

Tints of Biloba Flower #AE9FE8

Color information

#AE9FE8 (or 0xAE9FE8) is unknown color: approx Biloba Flower. HEX triplet: AE, 9F and E8. RGB value is (174,159,232). Sum of RGB (Red+Green+Blue) = 174+159+232=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE9FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9FE8 is #516017. Grayscale: #ABABAB. Windows color (decimal): -5333016 or 15245230. OLE color: 15245230.

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

Color convert

RGB174159232-
CMYK0.250.3100.09
HSL252.33º61.34%76.67%-
HSV(B)252.33º31.47%90.98%-
XYZ44.4239.6281.65-
YUV171.81161.97129.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 232 (91.02% from 255) = 41.06%
R=30.80%
G=28.14%
B=41.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741592320.250.3100.09252.3361.3476.67
HexAE9FE8191F09fc3d4d
Octal256237350313701137475115
Binary101011101001111111101000110011111101001111111001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FE8; }

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

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

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

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

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

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

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

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