#AE94D5

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

Shades of Biloba Flower #AE94D5

Tints of Biloba Flower #AE94D5

Color information

#AE94D5 (or 0xAE94D5) is unknown color: approx Biloba Flower. HEX triplet: AE, 94 and D5. RGB value is (174,148,213). Sum of RGB (Red+Green+Blue) = 174+148+213=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE94D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94D5 is #516B2A. Grayscale: #A2A2A2. Windows color (decimal): -5335851 or 13997230. OLE color: 13997230.

HSL color Cylindrical-coordinate representation of color #AE94D5: hue angle of 264º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE94D5 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174148213-
CMYK0.180.3100.16
HSL264º43.62%70.78%-
HSV(B)264º30.52%83.53%-
XYZ40.0634.9867.59-
YUV163.18156.11135.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=32.52%
G=27.66%
B=39.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741482130.180.3100.1626443.6270.78
HexAE94D5121F0101082c47
Octal256224325223702041054107
Binary10101110100101001101010110010111110100001000010001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94D5; }

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

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

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

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

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

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

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

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