#AE96DA

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

Shades of Biloba Flower #AE96DA

Tints of Biloba Flower #AE96DA

Color information

#AE96DA (or 0xAE96DA) is unknown color: approx Biloba Flower. HEX triplet: AE, 96 and DA. RGB value is (174,150,218). Sum of RGB (Red+Green+Blue) = 174+150+218=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE96DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96DA is #516925. Grayscale: #A4A4A4. Windows color (decimal): -5335334 or 14325422. OLE color: 14325422.

HSL color Cylindrical-coordinate representation of color #AE96DA: hue angle of 261.18º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE96DA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174150218-
CMYK0.200.3100.15
HSL261.18º47.89%72.16%-
HSV(B)261.18º31.19%85.49%-
XYZ41.0235.8771.09-
YUV164.93157.95134.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=32.10%
G=27.68%
B=40.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741502180.200.3100.15261.1847.8972.16
HexAE96DA141F0F1053048
Octal256226332243701740560110
Binary1010111010010110110110101010011111011111000001011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96DA; }

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

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

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

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

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

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

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

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