#AE99CF

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

Shades of Biloba Flower #AE99CF

Tints of Biloba Flower #AE99CF

Color information

#AE99CF (or 0xAE99CF) is unknown color: approx Biloba Flower. HEX triplet: AE, 99 and CF. RGB value is (174,153,207). Sum of RGB (Red+Green+Blue) = 174+153+207=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE99CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99CF is #516630. Grayscale: #A5A5A5. Windows color (decimal): -5334577 or 13605294. OLE color: 13605294.

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

Color convert

RGB174153207-
CMYK0.160.2600.19
HSL263.33º36%70.59%-
HSV(B)263.33º26.09%81.18%-
XYZ40.1136.2963.92-
YUV165.44151.46134.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=32.58%
G=28.65%
B=38.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741532070.160.2600.19263.333670.59
HexAE99CF101A0131072447
Octal256231317203202340744107
Binary10101110100110011100111110000110100100111000001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99CF; }

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

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

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

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

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

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

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

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