#AE9EEB

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

Shades of Biloba Flower #AE9EEB

Tints of Biloba Flower #AE9EEB

Color information

#AE9EEB (or 0xAE9EEB) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and EB. RGB value is (174,158,235). Sum of RGB (Red+Green+Blue) = 174+158+235=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE9EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9EEB is #516114. Grayscale: #ABABAB. Windows color (decimal): -5333269 or 15441582. OLE color: 15441582.

HSL color Cylindrical-coordinate representation of color #AE9EEB: hue angle of 252.47º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE9EEB is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174158235-
CMYK0.260.3300.08
HSL252.47º65.81%77.06%-
HSV(B)252.47º32.77%92.16%-
XYZ44.6839.4583.86-
YUV171.56163.8129.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.69%
GREEN value IS 158 (62.11% from 255) = 27.87%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=30.69%
G=27.87%
B=41.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741582350.260.3300.08252.4765.8177.06
HexAE9EEB1A2108fc424d
Octal2562363533241010374102115
Binary10101110100111101110101111010100001010001111110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EEB; }

 p { color: rgb(174,158,235); }

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

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

 a { background-color: rgb(174,158,235); }

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

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

 span { border-color: rgb(174,158,235); }

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