#AA9AF0

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

Shades of Biloba Flower #AA9AF0

Tints of Biloba Flower #AA9AF0

Color information

#AA9AF0 (or 0xAA9AF0) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and F0. RGB value is (170,154,240). Sum of RGB (Red+Green+Blue) = 170+154+240=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA9AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9AF0 is #55650F. Grayscale: #A8A8A8. Windows color (decimal): -5596432 or 15768234. OLE color: 15768234.

HSL color Cylindrical-coordinate representation of color #AA9AF0: hue angle of 251.16º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA9AF0 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170154240-
CMYK0.290.3600.06
HSL251.16º74.14%77.25%-
HSV(B)251.16º35.83%94.12%-
XYZ43.8637.9587.45-
YUV168.59168.3129.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.14%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 240 (94.14% from 255) = 42.55%
R=30.14%
G=27.30%
B=42.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701542400.290.3600.06251.1674.1477.25
HexAA9AF01D2406fb4a4d
Octal252232360354406373112115
Binary1010101010011010111100001110110010001101111101110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AF0; }

 p { color: rgb(170,154,240); }

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

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

 a { background-color: rgb(170,154,240); }

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

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

 span { border-color: rgb(170,154,240); }

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