#AE97DA

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

Shades of Biloba Flower #AE97DA

Tints of Biloba Flower #AE97DA

Color information

#AE97DA (or 0xAE97DA) is unknown color: approx Biloba Flower. HEX triplet: AE, 97 and DA. RGB value is (174,151,218). Sum of RGB (Red+Green+Blue) = 174+151+218=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE97DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97DA is #516825. Grayscale: #A5A5A5. Windows color (decimal): -5335078 or 14325678. OLE color: 14325678.

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

Color convert

RGB174151218-
CMYK0.200.3100.15
HSL260.6º47.52%72.35%-
HSV(B)260.6º30.73%85.49%-
XYZ41.1836.1971.15-
YUV165.52157.62134.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 151 (59.38% from 255) = 27.81%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=32.04%
G=27.81%
B=40.15%

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
Decimal1741512180.200.3100.15260.647.5272.35
HexAE97DA141F0F1053048
Octal256227332243701740560110
Binary1010111010010111110110101010011111011111000001011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97DA; }

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

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

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

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

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

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

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

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