#AA8FEB

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

Shades of Biloba Flower #AA8FEB

Tints of Biloba Flower #AA8FEB

Color information

#AA8FEB (or 0xAA8FEB) is unknown color: approx Biloba Flower. HEX triplet: AA, 8F and EB. RGB value is (170,143,235). Sum of RGB (Red+Green+Blue) = 170+143+235=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA8FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FEB is #557014. Grayscale: #A1A1A1. Windows color (decimal): -5599253 or 15437738. OLE color: 15437738.

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

Color convert

RGB170143235-
CMYK0.280.3900.08
HSL257.61º69.7%74.12%-
HSV(B)257.61º39.15%92.16%-
XYZ41.434.1983.01-
YUV161.56169.45134.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=31.02%
G=26.09%
B=42.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701432350.280.3900.08257.6169.774.12
HexAA8FEB1C2708102464a
Octal2522173533447010402106112
Binary101010101000111111101011111001001110100010000001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FEB; }

 p { color: rgb(170,143,235); }

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

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

 a { background-color: rgb(170,143,235); }

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

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

 span { border-color: rgb(170,143,235); }

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