#AEA2D5

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

Shades of Biloba Flower #AEA2D5

Tints of Biloba Flower #AEA2D5

Color information

#AEA2D5 (or 0xAEA2D5) is unknown color: approx Biloba Flower. HEX triplet: AE, A2 and D5. RGB value is (174,162,213). Sum of RGB (Red+Green+Blue) = 174+162+213=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEA2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2D5 is #515D2A. Grayscale: #ABABAB. Windows color (decimal): -5332267 or 14000814. OLE color: 14000814.

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

Color convert

RGB174162213-
CMYK0.180.2400.16
HSL254.12º37.78%73.53%-
HSV(B)254.12º23.94%83.53%-
XYZ42.3939.6468.37-
YUV171.4151.48129.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=31.69%
G=29.51%
B=38.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741622130.180.2400.16254.1237.7873.53
HexAEA2D51218010fe264a
Octal256242325223002037646112
Binary1010111010100010110101011001011000010000111111101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2D5; }

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

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

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

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

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

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

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

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