#AE94DD

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

Shades of Biloba Flower #AE94DD

Tints of Biloba Flower #AE94DD

Color information

#AE94DD (or 0xAE94DD) is unknown color: approx Biloba Flower. HEX triplet: AE, 94 and DD. RGB value is (174,148,221). Sum of RGB (Red+Green+Blue) = 174+148+221=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE94DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94DD is #516B22. Grayscale: #A3A3A3. Windows color (decimal): -5335843 or 14521518. OLE color: 14521518.

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

Color convert

RGB174148221-
CMYK0.210.3300.13
HSL261.37º51.77%72.35%-
HSV(B)261.37º33.03%86.67%-
XYZ41.135.473.07-
YUV164.1160.11135.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=32.04%
G=27.26%
B=40.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741482210.210.3300.13261.3751.7772.35
HexAE94DD15210D1053448
Octal256224335254101540564110
Binary10101110100101001101110110101100001011011000001011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94DD; }

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

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

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

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

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

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

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

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