#AE96D8

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

Shades of Biloba Flower #AE96D8

Tints of Biloba Flower #AE96D8

Color information

#AE96D8 (or 0xAE96D8) is unknown color: approx Biloba Flower. HEX triplet: AE, 96 and D8. RGB value is (174,150,216). Sum of RGB (Red+Green+Blue) = 174+150+216=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE96D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96D8 is #516927. Grayscale: #A4A4A4. Windows color (decimal): -5335336 or 14194350. OLE color: 14194350.

HSL color Cylindrical-coordinate representation of color #AE96D8: hue angle of 261.82º degrees, saturation: 0.46, 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 #AE96D8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174150216-
CMYK0.190.3100.15
HSL261.82º45.83%71.76%-
HSV(B)261.82º30.56%84.71%-
XYZ40.7635.7769.72-
YUV164.7156.95134.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 216 (84.77% from 255) = 40%
R=32.22%
G=27.78%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741502160.190.3100.15261.8245.8371.76
HexAE96D8131F0F1062e48
Octal256226330233701740656110
Binary1010111010010110110110001001111111011111000001101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96D8; }

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

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

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

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

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

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

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

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