#AEA4D5

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

Shades of Biloba Flower #AEA4D5

Tints of Biloba Flower #AEA4D5

Color information

#AEA4D5 (or 0xAEA4D5) is unknown color: approx Biloba Flower. HEX triplet: AE, A4 and D5. RGB value is (174,164,213). Sum of RGB (Red+Green+Blue) = 174+164+213=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEA4D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA4D5 is #515B2A. Grayscale: #ACACAC. Windows color (decimal): -5331755 or 14001326. OLE color: 14001326.

HSL color Cylindrical-coordinate representation of color #AEA4D5: hue angle of 252.24º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEA4D5 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174164213-
CMYK0.180.2300.16
HSL252.24º36.84%73.92%-
HSV(B)252.24º23%83.53%-
XYZ42.7440.3568.49-
YUV172.58150.81129.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 164 (64.45% from 255) = 29.76%
BLUE value IS 213 (83.59% from 255) = 38.66%
R=31.58%
G=29.76%
B=38.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741642130.180.2300.16252.2436.8473.92
HexAEA4D51217010fc254a
Octal256244325222702037445112
Binary1010111010100100110101011001010111010000111111001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4D5; }

 p { color: rgb(174,164,213); }

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

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

 a { background-color: rgb(174,164,213); }

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

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

 span { border-color: rgb(174,164,213); }

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