#AA89CE

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

Shades of Biloba Flower #AA89CE

Tints of Biloba Flower #AA89CE

Color information

#AA89CE (or 0xAA89CE) is unknown color: approx Biloba Flower. HEX triplet: AA, 89 and CE. RGB value is (170,137,206). Sum of RGB (Red+Green+Blue) = 170+137+206=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89CE is #557631. Grayscale: #9A9A9A. Windows color (decimal): -5600818 or 13535658. OLE color: 13535658.

HSL color Cylindrical-coordinate representation of color #AA89CE: hue angle of 268.7º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA89CE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170137206-
CMYK0.170.3300.19
HSL268.7º41.32%67.25%-
HSV(B)268.7º33.5%80.78%-
XYZ36.6630.8962.42-
YUV154.73156.93138.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=33.14%
G=26.71%
B=40.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701372060.170.3300.19268.741.3267.25
HexAA89CE112101310d2943
Octal252211316214102341551103
Binary101010101000100111001110100011000010100111000011011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89CE; }

 p { color: rgb(170,137,206); }

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

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

 a { background-color: rgb(170,137,206); }

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

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

 span { border-color: rgb(170,137,206); }

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