#AA8EEC

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

Shades of Biloba Flower #AA8EEC

Tints of Biloba Flower #AA8EEC

Color information

#AA8EEC (or 0xAA8EEC) is unknown color: approx Biloba Flower. HEX triplet: AA, 8E and EC. RGB value is (170,142,236). Sum of RGB (Red+Green+Blue) = 170+142+236=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA8EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8EEC is #557113. Grayscale: #A0A0A0. Windows color (decimal): -5599508 or 15503018. OLE color: 15503018.

HSL color Cylindrical-coordinate representation of color #AA8EEC: hue angle of 257.87º degrees, saturation: 0.71, 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 #AA8EEC is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170142236-
CMYK0.280.4000.07
HSL257.87º71.21%74.12%-
HSV(B)257.87º39.83%92.55%-
XYZ41.3933.9583.73-
YUV161.09170.28134.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 142 (55.86% from 255) = 25.91%
BLUE value IS 236 (92.58% from 255) = 43.07%
R=31.02%
G=25.91%
B=43.07%

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
Decimal1701422360.280.4000.07257.8771.2174.12
HexAA8EEC1C2807102474a
Octal252216354345007402107112
Binary10101010100011101110110011100101000011110000001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8EEC; }

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

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

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

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

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

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

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

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