#AEA3CF

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

Shades of Biloba Flower #AEA3CF

Tints of Biloba Flower #AEA3CF

Color information

#AEA3CF (or 0xAEA3CF) is unknown color: approx Biloba Flower. HEX triplet: AE, A3 and CF. RGB value is (174,163,207). Sum of RGB (Red+Green+Blue) = 174+163+207=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEA3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3CF is #515C30. Grayscale: #ABABAB. Windows color (decimal): -5332017 or 13607854. OLE color: 13607854.

HSL color Cylindrical-coordinate representation of color #AEA3CF: hue angle of 255º 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 #AEA3CF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174163207-
CMYK0.160.2100.19
HSL255º31.43%72.55%-
HSV(B)255º21.26%81.18%-
XYZ41.8239.764.49-
YUV171.3148.14129.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 163 (64.06% from 255) = 29.96%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=31.99%
G=29.96%
B=38.05%

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
Decimal1741632070.160.2100.1925531.4372.55
HexAEA3CF1015013ff1f49
Octal256243317202502337737111
Binary101011101010001111001111100001010101001111111111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3CF; }

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

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

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

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

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

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

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

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