#AEA0CA

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

Shades of Biloba Flower #AEA0CA

Tints of Biloba Flower #AEA0CA

Color information

#AEA0CA (or 0xAEA0CA) is unknown color: approx Biloba Flower. HEX triplet: AE, A0 and CA. RGB value is (174,160,202). Sum of RGB (Red+Green+Blue) = 174+160+202=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEA0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0CA is #515F35. Grayscale: #A8A8A8. Windows color (decimal): -5332790 or 13279406. OLE color: 13279406.

HSL color Cylindrical-coordinate representation of color #AEA0CA: hue angle of 260º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEA0CA is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174160202-
CMYK0.140.2100.21
HSL260º28.38%70.98%-
HSV(B)260º20.79%79.22%-
XYZ40.6938.461.15-
YUV168.97146.64131.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=32.46%
G=29.85%
B=37.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741602020.140.2100.2126028.3870.98
HexAEA0CAE150151041c47
Octal256240312162502540434107
Binary101011101010000011001010111010101010101100000100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0CA; }

 p { color: rgb(174,160,202); }

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

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

 a { background-color: rgb(174,160,202); }

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

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

 span { border-color: rgb(174,160,202); }

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