#AE96CA

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

Shades of Biloba Flower #AE96CA

Tints of Biloba Flower #AE96CA

Color information

#AE96CA (or 0xAE96CA) is unknown color: approx Biloba Flower. HEX triplet: AE, 96 and CA. RGB value is (174,150,202). Sum of RGB (Red+Green+Blue) = 174+150+202=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE96CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96CA is #516935. Grayscale: #A2A2A2. Windows color (decimal): -5335350 or 13276846. OLE color: 13276846.

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

Color convert

RGB174150202-
CMYK0.140.2600.21
HSL267.69º32.91%69.02%-
HSV(B)267.69º25.74%79.22%-
XYZ39.0235.0860.59-
YUV163.1149.95135.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=33.08%
G=28.52%
B=38.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741502020.140.2600.21267.6932.9169.02
HexAE96CAE1A01510c2145
Octal256226312163202541441105
Binary1010111010010110110010101110110100101011000011001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96CA; }

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

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

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

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

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

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

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

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