#AA8FFA

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

Shades of Biloba Flower #AA8FFA

Tints of Biloba Flower #AA8FFA

Color information

#AA8FFA (or 0xAA8FFA) is unknown color: approx Biloba Flower. HEX triplet: AA, 8F and FA. RGB value is (170,143,250). Sum of RGB (Red+Green+Blue) = 170+143+250=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA8FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FFA is #557005. Grayscale: #A2A2A2. Windows color (decimal): -5599238 or 16420778. OLE color: 16420778.

HSL color Cylindrical-coordinate representation of color #AA8FFA: hue angle of 255.14º degrees, saturation: 0.91, 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 #AA8FFA is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170143250-
CMYK0.320.4300.02
HSL255.14º91.45%77.06%-
HSV(B)255.14º42.8%98.04%-
XYZ43.6635.0994.92-
YUV163.27176.95132.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=30.20%
G=25.40%
B=44.40%

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
Decimal1701432500.320.4300.02255.1491.4577.06
HexAA8FFA202B02ff5b4d
Octal252217372405302377133115
Binary1010101010001111111110101000001010110101111111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FFA; }

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

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

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

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

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

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

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

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