#AA8DEA

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

Shades of Biloba Flower #AA8DEA

Tints of Biloba Flower #AA8DEA

Color information

#AA8DEA (or 0xAA8DEA) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and EA. RGB value is (170,141,234). Sum of RGB (Red+Green+Blue) = 170+141+234=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA8DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DEA is #557215. Grayscale: #9F9F9F. Windows color (decimal): -5599766 or 15371690. OLE color: 15371690.

HSL color Cylindrical-coordinate representation of color #AA8DEA: hue angle of 258.71º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8DEA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170141234-
CMYK0.270.4000.08
HSL258.71º68.89%73.53%-
HSV(B)258.71º39.74%91.76%-
XYZ40.9533.5482.16-
YUV160.27169.61134.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=31.19%
G=25.87%
B=42.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701412340.270.4000.08258.7168.8973.53
HexAA8DEA1B2808103454a
Octal2522153523350010403105112
Binary101010101000110111101010110111010000100010000001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DEA; }

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

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

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

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

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

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

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

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