#AA8EED

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

Shades of Biloba Flower #AA8EED

Tints of Biloba Flower #AA8EED

Color information

#AA8EED (or 0xAA8EED) is unknown color: approx Biloba Flower. HEX triplet: AA, 8E and ED. RGB value is (170,142,237). Sum of RGB (Red+Green+Blue) = 170+142+237=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA8EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8EED is #557112. Grayscale: #A0A0A0. Windows color (decimal): -5599507 or 15568554. OLE color: 15568554.

HSL color Cylindrical-coordinate representation of color #AA8EED: hue angle of 257.68º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8EED is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170142237-
CMYK0.280.4000.07
HSL257.68º72.52%74.31%-
HSV(B)257.68º40.08%92.94%-
XYZ41.5434.0184.5-
YUV161.2170.78134.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 142 (55.86% from 255) = 25.87%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=30.97%
G=25.87%
B=43.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701422370.280.4000.07257.6872.5274.31
HexAA8EED1C2807102494a
Octal252216355345007402111112
Binary10101010100011101110110111100101000011110000001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8EED; }

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

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

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

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

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

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

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

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