#AE94DE

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

Shades of Biloba Flower #AE94DE

Tints of Biloba Flower #AE94DE

Color information

#AE94DE (or 0xAE94DE) is unknown color: approx Biloba Flower. HEX triplet: AE, 94 and DE. RGB value is (174,148,222). Sum of RGB (Red+Green+Blue) = 174+148+222=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE94DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94DE is #516B21. Grayscale: #A3A3A3. Windows color (decimal): -5335842 or 14587054. OLE color: 14587054.

HSL color Cylindrical-coordinate representation of color #AE94DE: hue angle of 261.08º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE94DE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174148222-
CMYK0.220.3300.13
HSL261.08º52.86%72.55%-
HSV(B)261.08º33.33%87.06%-
XYZ41.2335.4573.78-
YUV164.21160.61134.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 148 (58.20% from 255) = 27.21%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=31.99%
G=27.21%
B=40.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741482220.220.3300.13261.0852.8672.55
HexAE94DE16210D1053549
Octal256224336264101540565111
Binary10101110100101001101111010110100001011011000001011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94DE; }

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

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

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

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

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

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

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

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