#AE97CC

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

Shades of Biloba Flower #AE97CC

Tints of Biloba Flower #AE97CC

Color information

#AE97CC (or 0xAE97CC) is unknown color: approx Biloba Flower. HEX triplet: AE, 97 and CC. RGB value is (174,151,204). Sum of RGB (Red+Green+Blue) = 174+151+204=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE97CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97CC is #516833. Grayscale: #A3A3A3. Windows color (decimal): -5335092 or 13408174. OLE color: 13408174.

HSL color Cylindrical-coordinate representation of color #AE97CC: hue angle of 266.04º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE97CC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174151204-
CMYK0.150.2600.2
HSL266.04º34.19%69.61%-
HSV(B)266.04º25.98%80%-
XYZ39.4235.4961.9-
YUV163.92150.62135.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=32.89%
G=28.54%
B=38.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741512040.150.2600.2266.0434.1969.61
HexAE97CCF1A01410a2246
Octal256227314173202441242106
Binary1010111010010111110011001111110100101001000010101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97CC; }

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

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

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

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

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

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

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

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