#AE9CC1

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

Shades of Biloba Flower #AE9CC1

Tints of Biloba Flower #AE9CC1

Color information

#AE9CC1 (or 0xAE9CC1) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and C1. RGB value is (174,156,193). Sum of RGB (Red+Green+Blue) = 174+156+193=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE9CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CC1 is #51633E. Grayscale: #A5A5A5. Windows color (decimal): -5333823 or 12688558. OLE color: 12688558.

HSL color Cylindrical-coordinate representation of color #AE9CC1: hue angle of 269.19º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AE9CC1 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174156193-
CMYK0.100.1900.24
HSL269.19º22.98%68.43%-
HSV(B)269.19º19.17%75.69%-
XYZ38.9736.6355.47-
YUV165.6143.46133.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=33.27%
G=29.83%
B=36.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741561930.100.1900.24269.1922.9868.43
HexAE9CC1A1301810d1744
Octal256234301122303041527104
Binary101011101001110011000001101010011011000100001101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CC1; }

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

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

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

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

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

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

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

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