#AEA7BD

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

Shades of Biloba Flower #AEA7BD

Tints of Biloba Flower #AEA7BD

Color information

#AEA7BD (or 0xAEA7BD) is unknown color: approx Biloba Flower. HEX triplet: AE, A7 and BD. RGB value is (174,167,189). Sum of RGB (Red+Green+Blue) = 174+167+189=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEA7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA7BD is #515842. Grayscale: #ABABAB. Windows color (decimal): -5331011 or 12429230. OLE color: 12429230.

HSL color Cylindrical-coordinate representation of color #AEA7BD: hue angle of 259.09º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEA7BD is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174167189-
CMYK0.080.1200.26
HSL259.09º14.29%69.8%-
HSV(B)259.09º11.64%74.12%-
XYZ40.4640.3153.79-
YUV171.6137.82129.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=32.83%
G=31.51%
B=35.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741671890.080.1200.26259.0914.2969.8
HexAEA7BD8C01A103e46
Octal256247275101403240316106
Binary1010111010100111101111011000110001101010000001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA7BD; }

 p { color: rgb(174,167,189); }

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

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

 a { background-color: rgb(174,167,189); }

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

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

 span { border-color: rgb(174,167,189); }

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