#AE9BE9

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

Shades of Biloba Flower #AE9BE9

Tints of Biloba Flower #AE9BE9

Color information

#AE9BE9 (or 0xAE9BE9) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and E9. RGB value is (174,155,233). Sum of RGB (Red+Green+Blue) = 174+155+233=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #AE9BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9BE9 is #516416. Grayscale: #A9A9A9. Windows color (decimal): -5334039 or 15309742. OLE color: 15309742.

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

Color convert

RGB174155233-
CMYK0.250.3300.09
HSL254.62º63.93%76.08%-
HSV(B)254.62º33.48%91.37%-
XYZ43.8838.3282.18-
YUV169.57163.79131.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.96%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 233 (91.41% from 255) = 41.46%
R=30.96%
G=27.58%
B=41.46%

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
Decimal1741552330.250.3300.09254.6263.9376.08
HexAE9BE9192109ff404c
Octal2562333513141011377100114
Binary10101110100110111110100111001100001010011111111110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BE9; }

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

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

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

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

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

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

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

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