#AE7DDD

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

Shades of Biloba Flower #AE7DDD

Tints of Biloba Flower #AE7DDD

Color information

#AE7DDD (or 0xAE7DDD) is unknown color: approx Biloba Flower. HEX triplet: AE, 7D and DD. RGB value is (174,125,221). Sum of RGB (Red+Green+Blue) = 174+125+221=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE7DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7DDD is #518222. Grayscale: #969696. Windows color (decimal): -5341731 or 14515630. OLE color: 14515630.

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

Color convert

RGB174125221-
CMYK0.210.4300.13
HSL270.62º58.54%67.84%-
HSV(B)270.62º43.44%86.67%-
XYZ37.8428.8971.99-
YUV150.6167.73144.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=33.46%
G=24.04%
B=42.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741252210.210.4300.13270.6258.5467.84
HexAE7DDD152B0D10f3b44
Octal256175335255301541773104
Binary1010111011111011101110110101101011011011000011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7DDD; }

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

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

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

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

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

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

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

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