#AE8EDD

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

Shades of Biloba Flower #AE8EDD

Tints of Biloba Flower #AE8EDD

Color information

#AE8EDD (or 0xAE8EDD) is unknown color: approx Biloba Flower. HEX triplet: AE, 8E and DD. RGB value is (174,142,221). Sum of RGB (Red+Green+Blue) = 174+142+221=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8EDD is #517122. Grayscale: #A0A0A0. Windows color (decimal): -5337379 or 14519982. OLE color: 14519982.

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

Color convert

RGB174142221-
CMYK0.210.3600.13
HSL264.3º53.74%71.18%-
HSV(B)264.3º35.75%86.67%-
XYZ40.1833.5772.77-
YUV160.57162.1137.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=32.40%
G=26.44%
B=41.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741422210.210.3600.13264.353.7471.18
HexAE8EDD15240D1083647
Octal256216335254401541066107
Binary10101110100011101101110110101100100011011000010001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8EDD; }

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

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

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

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

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

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

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

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