#AEA2C1

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

Shades of Biloba Flower #AEA2C1

Tints of Biloba Flower #AEA2C1

Color information

#AEA2C1 (or 0xAEA2C1) is unknown color: approx Biloba Flower. HEX triplet: AE, A2 and C1. RGB value is (174,162,193). Sum of RGB (Red+Green+Blue) = 174+162+193=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEA2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2C1 is #515D3E. Grayscale: #A9A9A9. Windows color (decimal): -5332287 or 12690094. OLE color: 12690094.

HSL color Cylindrical-coordinate representation of color #AEA2C1: hue angle of 263.23º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEA2C1 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174162193-
CMYK0.100.1600.24
HSL263.23º20%69.61%-
HSV(B)263.23º16.06%75.69%-
XYZ4038.6955.81-
YUV169.12141.48131.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 162 (63.67% from 255) = 30.62%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=32.89%
G=30.62%
B=36.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741621930.100.1600.24263.232069.61
HexAEA2C1A100181071446
Octal256242301122003040724106
Binary101011101010001011000001101010000011000100000111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2C1; }

 p { color: rgb(174,162,193); }

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

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

 a { background-color: rgb(174,162,193); }

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

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

 span { border-color: rgb(174,162,193); }

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