#AE9BCA

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

Shades of Biloba Flower #AE9BCA

Tints of Biloba Flower #AE9BCA

Color information

#AE9BCA (or 0xAE9BCA) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and CA. RGB value is (174,155,202). Sum of RGB (Red+Green+Blue) = 174+155+202=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE9BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BCA is #516435. Grayscale: #A5A5A5. Windows color (decimal): -5334070 or 13278126. OLE color: 13278126.

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

Color convert

RGB174155202-
CMYK0.140.2300.21
HSL264.26º30.72%70%-
HSV(B)264.26º23.27%79.22%-
XYZ39.8436.7160.86-
YUV166.04148.29133.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=32.77%
G=29.19%
B=38.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741552020.140.2300.21264.2630.7270
HexAE9BCAE170151081f46
Octal256233312162702541037106
Binary101011101001101111001010111010111010101100001000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BCA; }

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

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

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

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

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

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

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

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