#AEA1CC

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

Shades of Biloba Flower #AEA1CC

Tints of Biloba Flower #AEA1CC

Color information

#AEA1CC (or 0xAEA1CC) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and CC. RGB value is (174,161,204). Sum of RGB (Red+Green+Blue) = 174+161+204=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1CC is #515E33. Grayscale: #A9A9A9. Windows color (decimal): -5332532 or 13410734. OLE color: 13410734.

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

Color convert

RGB174161204-
CMYK0.150.2100.2
HSL258.14º29.66%71.57%-
HSV(B)258.14º21.08%80%-
XYZ41.138.8562.46-
YUV169.79147.31131-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=32.28%
G=29.87%
B=37.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741612040.150.2100.2258.1429.6671.57
HexAEA1CCF150141021e48
Octal256241314172502440236110
Binary101011101010000111001100111110101010100100000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1CC; }

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

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

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

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

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

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

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

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