#AE8DDD

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

Shades of Biloba Flower #AE8DDD

Tints of Biloba Flower #AE8DDD

Color information

#AE8DDD (or 0xAE8DDD) is unknown color: approx Biloba Flower. HEX triplet: AE, 8D and DD. RGB value is (174,141,221). Sum of RGB (Red+Green+Blue) = 174+141+221=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE8DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DDD is #517222. Grayscale: #9F9F9F. Windows color (decimal): -5337635 or 14519726. OLE color: 14519726.

HSL color Cylindrical-coordinate representation of color #AE8DDD: hue angle of 264.75º 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 #AE8DDD is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174141221-
CMYK0.210.3600.13
HSL264.75º54.05%70.98%-
HSV(B)264.75º36.2%86.67%-
XYZ40.0333.2772.72-
YUV159.99162.43138-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=32.46%
G=26.31%
B=41.23%

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
Decimal1741412210.210.3600.13264.7554.0570.98
HexAE8DDD15240D1093647
Octal256215335254401541166107
Binary10101110100011011101110110101100100011011000010011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DDD; }

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

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

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

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

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

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

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

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