#AEA1CB

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

Shades of Biloba Flower #AEA1CB

Tints of Biloba Flower #AEA1CB

Color information

#AEA1CB (or 0xAEA1CB) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and CB. RGB value is (174,161,203). Sum of RGB (Red+Green+Blue) = 174+161+203=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEA1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1CB is #515E34. Grayscale: #A9A9A9. Windows color (decimal): -5332533 or 13345198. OLE color: 13345198.

HSL color Cylindrical-coordinate representation of color #AEA1CB: hue angle of 258.57º 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 #AEA1CB is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174161203-
CMYK0.140.2100.20
HSL258.57º28.77%71.37%-
HSV(B)258.57º20.69%79.61%-
XYZ40.9838.861.83-
YUV169.68146.81131.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=32.34%
G=29.93%
B=37.73%

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
Decimal1741612030.140.2100.20258.5728.7771.37
HexAEA1CBE150141031d47
Octal256241313162502440335107
Binary101011101010000111001011111010101010100100000011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1CB; }

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

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

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

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

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

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

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

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