#AA8EFA

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

Shades of Biloba Flower #AA8EFA

Tints of Biloba Flower #AA8EFA

Color information

#AA8EFA (or 0xAA8EFA) is unknown color: approx Biloba Flower. HEX triplet: AA, 8E and FA. RGB value is (170,142,250). Sum of RGB (Red+Green+Blue) = 170+142+250=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA8EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8EFA is #557105. Grayscale: #A2A2A2. Windows color (decimal): -5599494 or 16420522. OLE color: 16420522.

HSL color Cylindrical-coordinate representation of color #AA8EFA: hue angle of 255.56º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA8EFA is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170142250-
CMYK0.320.4300.02
HSL255.56º91.53%76.86%-
HSV(B)255.56º43.2%98.04%-
XYZ43.5134.7994.87-
YUV162.68177.28133.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=30.25%
G=25.27%
B=44.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701422500.320.4300.02255.5691.5376.86
HexAA8EFA202B021005c4d
Octal252216372405302400134115
Binary10101010100011101111101010000010101101010000000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8EFA; }

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

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

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

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

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

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

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

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