#AE9FCB

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

Shades of Biloba Flower #AE9FCB

Tints of Biloba Flower #AE9FCB

Color information

#AE9FCB (or 0xAE9FCB) is unknown color: approx Biloba Flower. HEX triplet: AE, 9F and CB. RGB value is (174,159,203). Sum of RGB (Red+Green+Blue) = 174+159+203=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FCB is #516034. Grayscale: #A8A8A8. Windows color (decimal): -5333045 or 13344686. OLE color: 13344686.

HSL color Cylindrical-coordinate representation of color #AE9FCB: hue angle of 260.45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE9FCB is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174159203-
CMYK0.140.2200.20
HSL260.45º29.73%70.98%-
HSV(B)260.45º21.67%79.61%-
XYZ40.6338.1161.71-
YUV168.5147.47131.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=32.46%
G=29.66%
B=37.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741592030.140.2200.20260.4529.7370.98
HexAE9FCBE160141041e47
Octal256237313162602440436107
Binary101011101001111111001011111010110010100100000100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FCB; }

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

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

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

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

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

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

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

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