#AA8EDE

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

Shades of Biloba Flower #AA8EDE

Tints of Biloba Flower #AA8EDE

Color information

#AA8EDE (or 0xAA8EDE) is unknown color: approx Biloba Flower. HEX triplet: AA, 8E and DE. RGB value is (170,142,222). Sum of RGB (Red+Green+Blue) = 170+142+222=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA8EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EDE is #557121. Grayscale: #9F9F9F. Windows color (decimal): -5599522 or 14585514. OLE color: 14585514.

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

Color convert

RGB170142222-
CMYK0.230.3600.13
HSL261º54.79%71.37%-
HSV(B)261º36.04%87.06%-
XYZ39.4433.1773.43-
YUV159.49163.28135.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=31.84%
G=26.59%
B=41.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701422220.230.3600.1326154.7971.37
HexAA8EDE17240D1053747
Octal252216336274401540567107
Binary10101010100011101101111010111100100011011000001011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8EDE; }

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

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

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

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

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

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

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

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