#AE94CA

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

Shades of Biloba Flower #AE94CA

Tints of Biloba Flower #AE94CA

Color information

#AE94CA (or 0xAE94CA) is unknown color: approx Biloba Flower. HEX triplet: AE, 94 and CA. RGB value is (174,148,202). Sum of RGB (Red+Green+Blue) = 174+148+202=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE94CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94CA is #516B35. Grayscale: #A1A1A1. Windows color (decimal): -5335862 or 13276334. OLE color: 13276334.

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

Color convert

RGB174148202-
CMYK0.140.2700.21
HSL268.89º33.75%68.63%-
HSV(B)268.89º26.73%79.22%-
XYZ38.7134.4460.49-
YUV161.93150.61136.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=33.21%
G=28.24%
B=38.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741482020.140.2700.21268.8933.7568.63
HexAE94CAE1B01510d2245
Octal256224312163302541542105
Binary1010111010010100110010101110110110101011000011011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94CA; }

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

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

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

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

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

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

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

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