#AEA1CD

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

Shades of Biloba Flower #AEA1CD

Tints of Biloba Flower #AEA1CD

Color information

#AEA1CD (or 0xAEA1CD) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and CD. RGB value is (174,161,205). Sum of RGB (Red+Green+Blue) = 174+161+205=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEA1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1CD is #515E32. Grayscale: #A9A9A9. Windows color (decimal): -5332531 or 13476270. OLE color: 13476270.

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

Color convert

RGB174161205-
CMYK0.150.2100.20
HSL257.73º30.56%71.76%-
HSV(B)257.73º21.46%80.39%-
XYZ41.2238.963.09-
YUV169.9147.81130.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=32.22%
G=29.81%
B=37.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741612050.150.2100.20257.7330.5671.76
HexAEA1CDF150141021f48
Octal256241315172502440237110
Binary101011101010000111001101111110101010100100000010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1CD; }

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

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

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

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

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

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

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

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