#AE9BE8

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

Shades of Biloba Flower #AE9BE8

Tints of Biloba Flower #AE9BE8

Color information

#AE9BE8 (or 0xAE9BE8) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and E8. RGB value is (174,155,232). Sum of RGB (Red+Green+Blue) = 174+155+232=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE9BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9BE8 is #516417. Grayscale: #A9A9A9. Windows color (decimal): -5334040 or 15244206. OLE color: 15244206.

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

Color convert

RGB174155232-
CMYK0.250.3300.09
HSL254.81º62.6%75.88%-
HSV(B)254.81º33.19%90.98%-
XYZ43.7438.2781.42-
YUV169.46163.29131.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 232 (91.02% from 255) = 41.35%
R=31.02%
G=27.63%
B=41.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741552320.250.3300.09254.8162.675.88
HexAE9BE8192109ff3f4c
Octal256233350314101137777114
Binary1010111010011011111010001100110000101001111111111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BE8; }

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

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

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

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

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

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

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

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