#AA8EDD

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

Shades of Biloba Flower #AA8EDD

Tints of Biloba Flower #AA8EDD

Color information

#AA8EDD (or 0xAA8EDD) is unknown color: approx Biloba Flower. HEX triplet: AA, 8E and DD. RGB value is (170,142,221). Sum of RGB (Red+Green+Blue) = 170+142+221=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EDD is #557122. Grayscale: #9F9F9F. Windows color (decimal): -5599523 or 14519978. OLE color: 14519978.

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

Color convert

RGB170142221-
CMYK0.230.3600.13
HSL261.27º53.74%71.18%-
HSV(B)261.27º35.75%86.67%-
XYZ39.333.1172.73-
YUV159.38162.78135.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=31.89%
G=26.64%
B=41.46%

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
Decimal1701422210.230.3600.13261.2753.7471.18
HexAA8EDD17240D1053647
Octal252216335274401540566107
Binary10101010100011101101110110111100100011011000001011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8EDD; }

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

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

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

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

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

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

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

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