#AE96D0

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

Shades of Biloba Flower #AE96D0

Tints of Biloba Flower #AE96D0

Color information

#AE96D0 (or 0xAE96D0) is unknown color: approx Biloba Flower. HEX triplet: AE, 96 and D0. RGB value is (174,150,208). Sum of RGB (Red+Green+Blue) = 174+150+208=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE96D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96D0 is #51692F. Grayscale: #A3A3A3. Windows color (decimal): -5335344 or 13670062. OLE color: 13670062.

HSL color Cylindrical-coordinate representation of color #AE96D0: hue angle of 264.83º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE96D0 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174150208-
CMYK0.160.2800.18
HSL264.83º38.16%70.2%-
HSV(B)264.83º27.88%81.57%-
XYZ39.7535.3764.41-
YUV163.79152.95135.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=32.71%
G=28.20%
B=39.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741502080.160.2800.18264.8338.1670.2
HexAE96D0101C0121092646
Octal256226320203402241146106
Binary10101110100101101101000010000111000100101000010011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96D0; }

 p { color: rgb(174,150,208); }

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

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

 a { background-color: rgb(174,150,208); }

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

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

 span { border-color: rgb(174,150,208); }

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