#AE9AEC

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

Shades of Biloba Flower #AE9AEC

Tints of Biloba Flower #AE9AEC

Color information

#AE9AEC (or 0xAE9AEC) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and EC. RGB value is (174,154,236). Sum of RGB (Red+Green+Blue) = 174+154+236=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE9AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9AEC is #516513. Grayscale: #A9A9A9. Windows color (decimal): -5334292 or 15506094. OLE color: 15506094.

HSL color Cylindrical-coordinate representation of color #AE9AEC: hue angle of 254.63º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE9AEC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174154236-
CMYK0.260.3500.07
HSL254.63º68.33%76.47%-
HSV(B)254.63º34.75%92.55%-
XYZ44.1538.1784.4-
YUV169.33165.63131.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=30.85%
G=27.30%
B=41.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741542360.260.3500.07254.6368.3376.47
HexAE9AEC1A2307ff444c
Octal256232354324307377104114
Binary1010111010011010111011001101010001101111111111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AEC; }

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

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

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

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

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

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

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

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