#AE9CCC

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

Shades of Biloba Flower #AE9CCC

Tints of Biloba Flower #AE9CCC

Color information

#AE9CCC (or 0xAE9CCC) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and CC. RGB value is (174,156,204). Sum of RGB (Red+Green+Blue) = 174+156+204=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CCC is #516333. Grayscale: #A6A6A6. Windows color (decimal): -5333812 or 13409454. OLE color: 13409454.

HSL color Cylindrical-coordinate representation of color #AE9CCC: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE9CCC is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174156204-
CMYK0.150.2400.2
HSL262.5º32%70.59%-
HSV(B)262.5º23.53%80%-
XYZ40.2437.1462.17-
YUV166.85148.96133.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=32.58%
G=29.21%
B=38.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741562040.150.2400.2262.53270.59
HexAE9CCCF180141062047
Octal256234314173002440640107
Binary1010111010011100110011001111110000101001000001101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CCC; }

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

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

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

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

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

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

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

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