#AE9AE9

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

Shades of Biloba Flower #AE9AE9

Tints of Biloba Flower #AE9AE9

Color information

#AE9AE9 (or 0xAE9AE9) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and E9. RGB value is (174,154,233). Sum of RGB (Red+Green+Blue) = 174+154+233=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #AE9AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9AE9 is #516516. Grayscale: #A8A8A8. Windows color (decimal): -5334295 or 15309486. OLE color: 15309486.

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

Color convert

RGB174154233-
CMYK0.250.3400.09
HSL255.19º64.23%75.88%-
HSV(B)255.19º33.91%91.37%-
XYZ43.7237.9982.12-
YUV168.99164.13131.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 233 (91.41% from 255) = 41.53%
R=31.02%
G=27.45%
B=41.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741542330.250.3400.09255.1964.2375.88
HexAE9AE9192209ff404c
Octal2562323513142011377100114
Binary10101110100110101110100111001100010010011111111110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AE9; }

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

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

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

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

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

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

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

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