#AE9CCA

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

Shades of Biloba Flower #AE9CCA

Tints of Biloba Flower #AE9CCA

Color information

#AE9CCA (or 0xAE9CCA) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and CA. RGB value is (174,156,202). Sum of RGB (Red+Green+Blue) = 174+156+202=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CCA is #516335. Grayscale: #A6A6A6. Windows color (decimal): -5333814 or 13278382. OLE color: 13278382.

HSL color Cylindrical-coordinate representation of color #AE9CCA: hue angle of 263.48º degrees, saturation: 0.3, 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 #AE9CCA is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174156202-
CMYK0.140.2300.21
HSL263.48º30.26%70.2%-
HSV(B)263.48º22.77%79.22%-
XYZ4037.0460.92-
YUV166.63147.96133.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=32.71%
G=29.32%
B=37.97%

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
Decimal1741562020.140.2300.21263.4830.2670.2
HexAE9CCAE170151071e46
Octal256234312162702540736106
Binary101011101001110011001010111010111010101100000111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CCA; }

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

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

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

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

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

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

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

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