#AE8ECD

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

Shades of Biloba Flower #AE8ECD

Tints of Biloba Flower #AE8ECD

Color information

#AE8ECD (or 0xAE8ECD) is unknown color: approx Biloba Flower. HEX triplet: AE, 8E and CD. RGB value is (174,142,205). Sum of RGB (Red+Green+Blue) = 174+142+205=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ECD is #517132. Grayscale: #9E9E9E. Windows color (decimal): -5337395 or 13471406. OLE color: 13471406.

HSL color Cylindrical-coordinate representation of color #AE8ECD: hue angle of 270.48º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE8ECD is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174142205-
CMYK0.150.3100.20
HSL270.48º38.65%68.04%-
HSV(B)270.48º30.73%80.39%-
XYZ38.1532.7562.07-
YUV158.75154.1138.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=33.40%
G=27.26%
B=39.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741422050.150.3100.20270.4838.6568.04
HexAE8ECDF1F01410e2744
Octal256216315173702441647104
Binary1010111010001110110011011111111110101001000011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8ECD; }

 p { color: rgb(174,142,205); }

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

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

 a { background-color: rgb(174,142,205); }

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

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

 span { border-color: rgb(174,142,205); }

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