#AE8FCB

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

Shades of Biloba Flower #AE8FCB

Tints of Biloba Flower #AE8FCB

Color information

#AE8FCB (or 0xAE8FCB) is unknown color: approx Biloba Flower. HEX triplet: AE, 8F and CB. RGB value is (174,143,203). Sum of RGB (Red+Green+Blue) = 174+143+203=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE8FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FCB is #517034. Grayscale: #9E9E9E. Windows color (decimal): -5337141 or 13340590. OLE color: 13340590.

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

Color convert

RGB174143203-
CMYK0.140.3000.20
HSL271º36.59%67.84%-
HSV(B)271º29.56%79.61%-
XYZ38.0632.9660.86-
YUV159.11152.77138.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=33.46%
G=27.5%
B=39.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741432030.140.3000.2027136.5967.84
HexAE8FCBE1E01410f2544
Octal256217313163602441745104
Binary1010111010001111110010111110111100101001000011111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FCB; }

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

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

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

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

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

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

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

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