#AE96D5

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

Shades of Biloba Flower #AE96D5

Tints of Biloba Flower #AE96D5

Color information

#AE96D5 (or 0xAE96D5) is unknown color: approx Biloba Flower. HEX triplet: AE, 96 and D5. RGB value is (174,150,213). Sum of RGB (Red+Green+Blue) = 174+150+213=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE96D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96D5 is #51692A. Grayscale: #A4A4A4. Windows color (decimal): -5335339 or 13997742. OLE color: 13997742.

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

Color convert

RGB174150213-
CMYK0.180.3000.16
HSL262.86º42.86%71.18%-
HSV(B)262.86º29.58%83.53%-
XYZ40.3735.6267.7-
YUV164.36155.45134.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=32.40%
G=27.93%
B=39.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741502130.180.3000.16262.8642.8671.18
HexAE96D5121E0101072b47
Octal256226325223602040753107
Binary10101110100101101101010110010111100100001000001111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96D5; }

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

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

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

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

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

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

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

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