#AE94CB

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

Shades of Biloba Flower #AE94CB

Tints of Biloba Flower #AE94CB

Color information

#AE94CB (or 0xAE94CB) is unknown color: approx Biloba Flower. HEX triplet: AE, 94 and CB. RGB value is (174,148,203). Sum of RGB (Red+Green+Blue) = 174+148+203=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE94CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94CB is #516B34. Grayscale: #A1A1A1. Windows color (decimal): -5335861 or 13341870. OLE color: 13341870.

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

Color convert

RGB174148203-
CMYK0.140.2700.20
HSL268.36º34.59%68.82%-
HSV(B)268.36º27.09%79.61%-
XYZ38.8234.4961.11-
YUV162.04151.11136.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=33.14%
G=28.19%
B=38.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741482030.140.2700.20268.3634.5968.82
HexAE94CBE1B01410c2345
Octal256224313163302441443105
Binary1010111010010100110010111110110110101001000011001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94CB; }

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

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

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

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

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

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

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

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