#AE9CC9

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

Shades of Biloba Flower #AE9CC9

Tints of Biloba Flower #AE9CC9

Color information

#AE9CC9 (or 0xAE9CC9) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and C9. RGB value is (174,156,201). Sum of RGB (Red+Green+Blue) = 174+156+201=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE9CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CC9 is #516336. Grayscale: #A6A6A6. Windows color (decimal): -5333815 or 13212846. OLE color: 13212846.

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

Color convert

RGB174156201-
CMYK0.130.2200.21
HSL264º29.41%70%-
HSV(B)264º22.39%78.82%-
XYZ39.8936.9960.3-
YUV166.51147.46133.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 201 (78.91% from 255) = 37.85%
R=32.77%
G=29.38%
B=37.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741562010.130.2200.2126429.4170
HexAE9CC9D160151081d46
Octal256234311152602541035106
Binary101011101001110011001001110110110010101100001000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CC9; }

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

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

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

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

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

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

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

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