#AEA0CB

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

Shades of Biloba Flower #AEA0CB

Tints of Biloba Flower #AEA0CB

Color information

#AEA0CB (or 0xAEA0CB) is unknown color: approx Biloba Flower. HEX triplet: AE, A0 and CB. RGB value is (174,160,203). Sum of RGB (Red+Green+Blue) = 174+160+203=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0CB is #515F34. Grayscale: #A8A8A8. Windows color (decimal): -5332789 or 13344942. OLE color: 13344942.

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

Color convert

RGB174160203-
CMYK0.140.2100.20
HSL259.53º29.25%71.18%-
HSV(B)259.53º21.18%79.61%-
XYZ40.8138.4561.77-
YUV169.09147.14131.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=32.40%
G=29.80%
B=37.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741602030.140.2100.20259.5329.2571.18
HexAEA0CBE150141041d47
Octal256240313162502440435107
Binary101011101010000011001011111010101010100100000100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0CB; }

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

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

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

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

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

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

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

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