#AE97CA

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

Shades of Biloba Flower #AE97CA

Tints of Biloba Flower #AE97CA

Color information

#AE97CA (or 0xAE97CA) is unknown color: approx Biloba Flower. HEX triplet: AE, 97 and CA. RGB value is (174,151,202). Sum of RGB (Red+Green+Blue) = 174+151+202=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE97CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97CA is #516835. Grayscale: #A3A3A3. Windows color (decimal): -5335094 or 13277102. OLE color: 13277102.

HSL color Cylindrical-coordinate representation of color #AE97CA: hue angle of 267.06º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE97CA is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174151202-
CMYK0.140.2500.21
HSL267.06º32.48%69.22%-
HSV(B)267.06º25.25%79.22%-
XYZ39.1835.460.64-
YUV163.69149.62135.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=33.02%
G=28.65%
B=38.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741512020.140.2500.21267.0632.4869.22
HexAE97CAE1901510b2045
Octal256227312163102541340105
Binary1010111010010111110010101110110010101011000010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97CA; }

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

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

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

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

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

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

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

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