#AE9FCA

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

Shades of Biloba Flower #AE9FCA

Tints of Biloba Flower #AE9FCA

Color information

#AE9FCA (or 0xAE9FCA) is unknown color: approx Biloba Flower. HEX triplet: AE, 9F and CA. RGB value is (174,159,202). Sum of RGB (Red+Green+Blue) = 174+159+202=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE9FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FCA is #516035. Grayscale: #A8A8A8. Windows color (decimal): -5333046 or 13279150. OLE color: 13279150.

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

Color convert

RGB174159202-
CMYK0.140.2100.21
HSL260.93º28.86%70.78%-
HSV(B)260.93º21.29%79.22%-
XYZ40.5138.0661.09-
YUV168.39146.97132-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=32.52%
G=29.72%
B=37.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741592020.140.2100.21260.9328.8670.78
HexAE9FCAE150151051d47
Octal256237312162502540535107
Binary101011101001111111001010111010101010101100000101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FCA; }

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

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

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

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

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

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

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

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