#AA8AEA

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

Shades of Biloba Flower #AA8AEA

Tints of Biloba Flower #AA8AEA

Color information

#AA8AEA (or 0xAA8AEA) is unknown color: approx Biloba Flower. HEX triplet: AA, 8A and EA. RGB value is (170,138,234). Sum of RGB (Red+Green+Blue) = 170+138+234=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA8AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8AEA is #557515. Grayscale: #9E9E9E. Windows color (decimal): -5600534 or 15370922. OLE color: 15370922.

HSL color Cylindrical-coordinate representation of color #AA8AEA: hue angle of 260º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8AEA is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170138234-
CMYK0.270.4100.08
HSL260º69.57%72.94%-
HSV(B)260º41.03%91.76%-
XYZ40.5232.6682.01-
YUV158.51170.6136.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=31.37%
G=25.46%
B=43.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701382340.270.4100.0826069.5772.94
HexAA8AEA1B29081044649
Octal2522123523351010404106111
Binary101010101000101011101010110111010010100010000010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8AEA; }

 p { color: rgb(170,138,234); }

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

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

 a { background-color: rgb(170,138,234); }

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

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

 span { border-color: rgb(170,138,234); }

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