#AE93CB

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

Shades of Biloba Flower #AE93CB

Tints of Biloba Flower #AE93CB

Color information

#AE93CB (or 0xAE93CB) is unknown color: approx Biloba Flower. HEX triplet: AE, 93 and CB. RGB value is (174,147,203). Sum of RGB (Red+Green+Blue) = 174+147+203=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE93CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93CB is #516C34. Grayscale: #A1A1A1. Windows color (decimal): -5336117 or 13341614. OLE color: 13341614.

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

Color convert

RGB174147203-
CMYK0.140.2800.20
HSL268.93º35%68.63%-
HSV(B)268.93º27.59%79.61%-
XYZ38.6734.1861.06-
YUV161.46151.45136.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=33.21%
G=28.05%
B=38.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741472030.140.2800.20268.933568.63
HexAE93CBE1C01410d2345
Octal256223313163402441543105
Binary1010111010010011110010111110111000101001000011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE93CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE93CB; }

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

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

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

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

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

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

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

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