#AEA3D5

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

Shades of Biloba Flower #AEA3D5

Tints of Biloba Flower #AEA3D5

Color information

#AEA3D5 (or 0xAEA3D5) is unknown color: approx Biloba Flower. HEX triplet: AE, A3 and D5. RGB value is (174,163,213). Sum of RGB (Red+Green+Blue) = 174+163+213=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEA3D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3D5 is #515C2A. Grayscale: #ABABAB. Windows color (decimal): -5332011 or 14001070. OLE color: 14001070.

HSL color Cylindrical-coordinate representation of color #AEA3D5: hue angle of 253.2º 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 #AEA3D5 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174163213-
CMYK0.180.2300.16
HSL253.2º37.31%73.73%-
HSV(B)253.2º23.47%83.53%-
XYZ42.564068.43-
YUV171.99151.14129.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 163 (64.06% from 255) = 29.64%
BLUE value IS 213 (83.59% from 255) = 38.73%
R=31.64%
G=29.64%
B=38.73%

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
Decimal1741632130.180.2300.16253.237.3173.73
HexAEA3D51217010fd254a
Octal256243325222702037545112
Binary1010111010100011110101011001010111010000111111011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3D5; }

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

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

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

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

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

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

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

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