#AEA3CB

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

Shades of Biloba Flower #AEA3CB

Tints of Biloba Flower #AEA3CB

Color information

#AEA3CB (or 0xAEA3CB) is unknown color: approx Biloba Flower. HEX triplet: AE, A3 and CB. RGB value is (174,163,203). Sum of RGB (Red+Green+Blue) = 174+163+203=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEA3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3CB is #515C34. Grayscale: #AAAAAA. Windows color (decimal): -5332021 or 13345710. OLE color: 13345710.

HSL color Cylindrical-coordinate representation of color #AEA3CB: hue angle of 256.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA3CB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174163203-
CMYK0.140.2000.20
HSL256.5º27.78%71.76%-
HSV(B)256.5º19.7%79.61%-
XYZ41.3339.561.95-
YUV170.85146.14130.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=32.22%
G=30.19%
B=37.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741632030.140.2000.20256.527.7871.76
HexAEA3CBE140141001c48
Octal256243313162402440034110
Binary101011101010001111001011111010100010100100000000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3CB; }

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

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

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

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

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

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

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

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