#AE9CCE

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

Shades of Biloba Flower #AE9CCE

Tints of Biloba Flower #AE9CCE

Color information

#AE9CCE (or 0xAE9CCE) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and CE. RGB value is (174,156,206). Sum of RGB (Red+Green+Blue) = 174+156+206=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CCE is #516331. Grayscale: #A6A6A6. Windows color (decimal): -5333810 or 13540526. OLE color: 13540526.

HSL color Cylindrical-coordinate representation of color #AE9CCE: hue angle of 261.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE9CCE is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174156206-
CMYK0.160.2400.19
HSL261.6º33.78%70.98%-
HSV(B)261.6º24.27%80.78%-
XYZ40.4837.2363.45-
YUV167.08149.96132.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=32.46%
G=29.10%
B=38.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741562060.160.2400.19261.633.7870.98
HexAE9CCE10180131062247
Octal256234316203002340642107
Binary10101110100111001100111010000110000100111000001101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CCE; }

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

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

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

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

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

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

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

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