#AE9CCB

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

Shades of Biloba Flower #AE9CCB

Tints of Biloba Flower #AE9CCB

Color information

#AE9CCB (or 0xAE9CCB) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and CB. RGB value is (174,156,203). Sum of RGB (Red+Green+Blue) = 174+156+203=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CCB is #516334. Grayscale: #A6A6A6. Windows color (decimal): -5333813 or 13343918. OLE color: 13343918.

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

Color convert

RGB174156203-
CMYK0.140.2300.20
HSL262.98º31.13%70.39%-
HSV(B)262.98º23.15%79.61%-
XYZ40.1237.0961.54-
YUV166.74148.46133.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=32.65%
G=29.27%
B=38.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741562030.140.2300.20262.9831.1370.39
HexAE9CCBE170141071f46
Octal256234313162702440737106
Binary101011101001110011001011111010111010100100000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CCB; }

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

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

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

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

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

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

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

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