#AE99C4

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

Shades of Biloba Flower #AE99C4

Tints of Biloba Flower #AE99C4

Color information

#AE99C4 (or 0xAE99C4) is unknown color: approx Biloba Flower. HEX triplet: AE, 99 and C4. RGB value is (174,153,196). Sum of RGB (Red+Green+Blue) = 174+153+196=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE99C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99C4 is #51663B. Grayscale: #A4A4A4. Windows color (decimal): -5334588 or 12884398. OLE color: 12884398.

HSL color Cylindrical-coordinate representation of color #AE99C4: hue angle of 269.3º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE99C4 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174153196-
CMYK0.110.2200.23
HSL269.3º26.71%68.43%-
HSV(B)269.3º21.94%76.86%-
XYZ38.8135.7757.08-
YUV164.18145.96135-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=33.27%
G=29.25%
B=37.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741531960.110.2200.23269.326.7168.43
HexAE99C4B1601710d1b44
Octal256231304132602741533104
Binary101011101001100111000100101110110010111100001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99C4; }

 p { color: rgb(174,153,196); }

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

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

 a { background-color: rgb(174,153,196); }

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

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

 span { border-color: rgb(174,153,196); }

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