#AE96D7

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

Shades of Biloba Flower #AE96D7

Tints of Biloba Flower #AE96D7

Color information

#AE96D7 (or 0xAE96D7) is unknown color: approx Biloba Flower. HEX triplet: AE, 96 and D7. RGB value is (174,150,215). Sum of RGB (Red+Green+Blue) = 174+150+215=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE96D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96D7 is #516928. Grayscale: #A4A4A4. Windows color (decimal): -5335337 or 14128814. OLE color: 14128814.

HSL color Cylindrical-coordinate representation of color #AE96D7: hue angle of 262.15º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE96D7 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174150215-
CMYK0.190.3000.16
HSL262.15º44.83%71.57%-
HSV(B)262.15º30.23%84.31%-
XYZ40.6335.7269.04-
YUV164.59156.45134.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=32.28%
G=27.83%
B=39.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741502150.190.3000.16262.1544.8371.57
HexAE96D7131E0101062d48
Octal256226327233602040655110
Binary10101110100101101101011110011111100100001000001101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96D7; }

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

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

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

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

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

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

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

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