#AE9AEE

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

Shades of Biloba Flower #AE9AEE

Tints of Biloba Flower #AE9AEE

Color information

#AE9AEE (or 0xAE9AEE) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and EE. RGB value is (174,154,238). Sum of RGB (Red+Green+Blue) = 174+154+238=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE9AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9AEE is #516511. Grayscale: #A9A9A9. Windows color (decimal): -5334290 or 15637166. OLE color: 15637166.

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

Color convert

RGB174154238-
CMYK0.270.3500.07
HSL254.29º71.19%76.86%-
HSV(B)254.29º35.29%93.33%-
XYZ44.4438.2885.94-
YUV169.56166.63131.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 154 (60.55% from 255) = 27.21%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=30.74%
G=27.21%
B=42.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741542380.270.3500.07254.2971.1976.86
HexAE9AEE1B2307fe474d
Octal256232356334307376107115
Binary1010111010011010111011101101110001101111111111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AEE; }

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

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

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

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

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

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

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

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