#AE97EE

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

Shades of Biloba Flower #AE97EE

Tints of Biloba Flower #AE97EE

Color information

#AE97EE (or 0xAE97EE) is unknown color: approx Biloba Flower. HEX triplet: AE, 97 and EE. RGB value is (174,151,238). Sum of RGB (Red+Green+Blue) = 174+151+238=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE97EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE97EE is #516811. Grayscale: #A7A7A7. Windows color (decimal): -5335058 or 15636398. OLE color: 15636398.

HSL color Cylindrical-coordinate representation of color #AE97EE: hue angle of 255.86º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE97EE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174151238-
CMYK0.270.3700.07
HSL255.86º71.9%76.27%-
HSV(B)255.86º36.55%93.33%-
XYZ43.9537.385.77-
YUV167.8167.62132.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.91%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=30.91%
G=26.82%
B=42.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741512380.270.3700.07255.8671.976.27
HexAE97EE1B2507100484c
Octal256227356334507400110114
Binary10101110100101111110111011011100101011110000000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97EE; }

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

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

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

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

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

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

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

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