#AEA4CF

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

Shades of Biloba Flower #AEA4CF

Tints of Biloba Flower #AEA4CF

Color information

#AEA4CF (or 0xAEA4CF) is unknown color: approx Biloba Flower. HEX triplet: AE, A4 and CF. RGB value is (174,164,207). Sum of RGB (Red+Green+Blue) = 174+164+207=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEA4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA4CF is #515B30. Grayscale: #ABABAB. Windows color (decimal): -5331761 or 13608110. OLE color: 13608110.

HSL color Cylindrical-coordinate representation of color #AEA4CF: hue angle of 253.95º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEA4CF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174164207-
CMYK0.160.2100.19
HSL253.95º30.94%72.75%-
HSV(B)253.95º20.77%81.18%-
XYZ41.9940.0564.55-
YUV171.89147.81129.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=31.93%
G=30.09%
B=37.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741642070.160.2100.19253.9530.9472.75
HexAEA4CF1015013fe1f49
Octal256244317202502337637111
Binary101011101010010011001111100001010101001111111110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4CF; }

 p { color: rgb(174,164,207); }

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

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

 a { background-color: rgb(174,164,207); }

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

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

 span { border-color: rgb(174,164,207); }

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