#AE97D5

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

Shades of Biloba Flower #AE97D5

Tints of Biloba Flower #AE97D5

Color information

#AE97D5 (or 0xAE97D5) is unknown color: approx Biloba Flower. HEX triplet: AE, 97 and D5. RGB value is (174,151,213). Sum of RGB (Red+Green+Blue) = 174+151+213=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE97D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97D5 is #51682A. Grayscale: #A4A4A4. Windows color (decimal): -5335083 or 13997998. OLE color: 13997998.

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

Color convert

RGB174151213-
CMYK0.180.2900.16
HSL262.26º42.47%71.37%-
HSV(B)262.26º29.11%83.53%-
XYZ40.5335.9467.75-
YUV164.95155.12134.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=32.34%
G=28.07%
B=39.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741512130.180.2900.16262.2642.4771.37
HexAE97D5121D0101062a47
Octal256227325223502040652107
Binary10101110100101111101010110010111010100001000001101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97D5; }

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

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

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

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

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

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

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

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