#AA8EDB

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

Shades of Biloba Flower #AA8EDB

Tints of Biloba Flower #AA8EDB

Color information

#AA8EDB (or 0xAA8EDB) is unknown color: approx Biloba Flower. HEX triplet: AA, 8E and DB. RGB value is (170,142,219). Sum of RGB (Red+Green+Blue) = 170+142+219=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EDB is #557124. Grayscale: #9E9E9E. Windows color (decimal): -5599525 or 14388906. OLE color: 14388906.

HSL color Cylindrical-coordinate representation of color #AA8EDB: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8EDB is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170142219-
CMYK0.220.3500.14
HSL261.82º51.68%70.78%-
HSV(B)261.82º35.16%85.88%-
XYZ39.0433.0171.33-
YUV159.15161.78135.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=32.02%
G=26.74%
B=41.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701422190.220.3500.14261.8251.6870.78
HexAA8EDB16230E1063447
Octal252216333264301640664107
Binary10101010100011101101101110110100011011101000001101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8EDB; }

 p { color: rgb(170,142,219); }

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

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

 a { background-color: rgb(170,142,219); }

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

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

 span { border-color: rgb(170,142,219); }

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