#AEA1DD

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

Shades of Biloba Flower #AEA1DD

Tints of Biloba Flower #AEA1DD

Color information

#AEA1DD (or 0xAEA1DD) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and DD. RGB value is (174,161,221). Sum of RGB (Red+Green+Blue) = 174+161+221=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEA1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1DD is #515E22. Grayscale: #ABABAB. Windows color (decimal): -5332515 or 14524846. OLE color: 14524846.

HSL color Cylindrical-coordinate representation of color #AEA1DD: hue angle of 253º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEA1DD is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174161221-
CMYK0.210.2700.13
HSL253º46.87%74.9%-
HSV(B)253º27.15%86.67%-
XYZ43.2539.7173.79-
YUV171.73155.81129.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=31.29%
G=28.96%
B=39.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741612210.210.2700.1325346.8774.9
HexAEA1DD151B0Dfd2f4b
Octal256241335253301537557113
Binary101011101010000111011101101011101101101111111011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1DD; }

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

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

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

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

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

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

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

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