#AA8ECA

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

Shades of Biloba Flower #AA8ECA

Tints of Biloba Flower #AA8ECA

Color information

#AA8ECA (or 0xAA8ECA) is unknown color: approx Biloba Flower. HEX triplet: AA, 8E and CA. RGB value is (170,142,202). Sum of RGB (Red+Green+Blue) = 170+142+202=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ECA is #557135. Grayscale: #9D9D9D. Windows color (decimal): -5599542 or 13274794. OLE color: 13274794.

HSL color Cylindrical-coordinate representation of color #AA8ECA: hue angle of 268º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8ECA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170142202-
CMYK0.160.3000.21
HSL268º36.14%67.45%-
HSV(B)268º29.7%79.22%-
XYZ36.9132.1660.14-
YUV157.21153.28137.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=33.07%
G=27.63%
B=39.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701422020.160.3000.2126836.1467.45
HexAA8ECA101E01510c2443
Octal252216312203602541444103
Binary10101010100011101100101010000111100101011000011001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8ECA; }

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

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

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

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

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

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

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

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