#AE99C5

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

Shades of Biloba Flower #AE99C5

Tints of Biloba Flower #AE99C5

Color information

#AE99C5 (or 0xAE99C5) is unknown color: approx Biloba Flower. HEX triplet: AE, 99 and C5. RGB value is (174,153,197). Sum of RGB (Red+Green+Blue) = 174+153+197=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE99C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99C5 is #51663A. Grayscale: #A4A4A4. Windows color (decimal): -5334587 or 12949934. OLE color: 12949934.

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

Color convert

RGB174153197-
CMYK0.120.2200.23
HSL268.64º27.5%68.63%-
HSV(B)268.64º22.34%77.25%-
XYZ38.9235.8157.68-
YUV164.3146.46134.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=33.21%
G=29.20%
B=37.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741531970.120.2200.23268.6427.568.63
HexAE99C5C1601710d1b45
Octal256231305142602741533105
Binary101011101001100111000101110010110010111100001101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99C5; }

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

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

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

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

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

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

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

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