#AA8DFA

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

Shades of Biloba Flower #AA8DFA

Tints of Biloba Flower #AA8DFA

Color information

#AA8DFA (or 0xAA8DFA) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and FA. RGB value is (170,141,250). Sum of RGB (Red+Green+Blue) = 170+141+250=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA8DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DFA is #557205. Grayscale: #A1A1A1. Windows color (decimal): -5599750 or 16420266. OLE color: 16420266.

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

Color convert

RGB170141250-
CMYK0.320.4400.02
HSL255.96º91.6%76.67%-
HSV(B)255.96º43.6%98.04%-
XYZ43.3634.594.82-
YUV162.1177.61133.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=30.30%
G=25.13%
B=44.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701412500.320.4400.02255.9691.676.67
HexAA8DFA202C021005c4d
Octal252215372405402400134115
Binary10101010100011011111101010000010110001010000000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DFA; }

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

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

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

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

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

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

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

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