#AE97E1

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

Shades of Biloba Flower #AE97E1

Tints of Biloba Flower #AE97E1

Color information

#AE97E1 (or 0xAE97E1) is unknown color: approx Biloba Flower. HEX triplet: AE, 97 and E1. RGB value is (174,151,225). Sum of RGB (Red+Green+Blue) = 174+151+225=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE97E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97E1 is #51681E. Grayscale: #A6A6A6. Windows color (decimal): -5335071 or 14784430. OLE color: 14784430.

HSL color Cylindrical-coordinate representation of color #AE97E1: hue angle of 258.65º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE97E1 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174151225-
CMYK0.230.3300.12
HSL258.65º55.22%73.73%-
HSV(B)258.65º32.89%88.24%-
XYZ42.1136.5776.07-
YUV166.31161.12133.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=31.64%
G=27.45%
B=40.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741512250.230.3300.12258.6555.2273.73
HexAE97E117210C103374a
Octal256227341274101440367112
Binary10101110100101111110000110111100001011001000000111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97E1; }

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

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

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

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

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

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

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

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