#AE9BC3

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

Shades of Biloba Flower #AE9BC3

Tints of Biloba Flower #AE9BC3

Color information

#AE9BC3 (or 0xAE9BC3) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and C3. RGB value is (174,155,195). Sum of RGB (Red+Green+Blue) = 174+155+195=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE9BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BC3 is #51643C. Grayscale: #A5A5A5. Windows color (decimal): -5334077 or 12819374. OLE color: 12819374.

HSL color Cylindrical-coordinate representation of color #AE9BC3: hue angle of 268.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE9BC3 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174155195-
CMYK0.110.2100.24
HSL268.5º25%68.63%-
HSV(B)268.5º20.51%76.47%-
XYZ39.0336.3856.6-
YUV165.24144.79134.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 195 (76.56% from 255) = 37.21%
R=33.21%
G=29.58%
B=37.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741551950.110.2100.24268.52568.63
HexAE9BC3B1501810c1945
Octal256233303132503041431105
Binary101011101001101111000011101110101011000100001100110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BC3; }

 p { color: rgb(174,155,195); }

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

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

 a { background-color: rgb(174,155,195); }

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

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

 span { border-color: rgb(174,155,195); }

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