#AE9AE0

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

Shades of Biloba Flower #AE9AE0

Tints of Biloba Flower #AE9AE0

Color information

#AE9AE0 (or 0xAE9AE0) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and E0. RGB value is (174,154,224). Sum of RGB (Red+Green+Blue) = 174+154+224=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE9AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9AE0 is #51651F. Grayscale: #A7A7A7. Windows color (decimal): -5334304 or 14719662. OLE color: 14719662.

HSL color Cylindrical-coordinate representation of color #AE9AE0: hue angle of 257.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE9AE0 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174154224-
CMYK0.220.3100.12
HSL257.14º53.03%74.12%-
HSV(B)257.14º31.25%87.84%-
XYZ42.4737.4975.52-
YUV167.96159.63132.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=31.52%
G=27.90%
B=40.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741542240.220.3100.12257.1453.0374.12
HexAE9AE0161F0C101354a
Octal256232340263701440165112
Binary1010111010011010111000001011011111011001000000011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AE0; }

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

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

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

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

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

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

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

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