#AA8EDA

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

Shades of Biloba Flower #AA8EDA

Tints of Biloba Flower #AA8EDA

Color information

#AA8EDA (or 0xAA8EDA) is unknown color: approx Biloba Flower. HEX triplet: AA, 8E and DA. RGB value is (170,142,218). Sum of RGB (Red+Green+Blue) = 170+142+218=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA8EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EDA is #557125. Grayscale: #9E9E9E. Windows color (decimal): -5599526 or 14323370. OLE color: 14323370.

HSL color Cylindrical-coordinate representation of color #AA8EDA: hue angle of 262.11º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8EDA is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170142218-
CMYK0.220.3500.15
HSL262.11º50.67%70.59%-
HSV(B)262.11º34.86%85.49%-
XYZ38.9132.9570.64-
YUV159.04161.28135.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 142 (55.86% from 255) = 26.79%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=32.08%
G=26.79%
B=41.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701422180.220.3500.15262.1150.6770.59
HexAA8EDA16230F1063347
Octal252216332264301740663107
Binary10101010100011101101101010110100011011111000001101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8EDA; }

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

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

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

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

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

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

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

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