#AA9BF0

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

Shades of Biloba Flower #AA9BF0

Tints of Biloba Flower #AA9BF0

Color information

#AA9BF0 (or 0xAA9BF0) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and F0. RGB value is (170,155,240). Sum of RGB (Red+Green+Blue) = 170+155+240=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA9BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BF0 is #55640F. Grayscale: #A8A8A8. Windows color (decimal): -5596176 or 15768490. OLE color: 15768490.

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

Color convert

RGB170155240-
CMYK0.290.3500.06
HSL250.59º73.91%77.45%-
HSV(B)250.59º35.42%94.12%-
XYZ44.0338.2887.51-
YUV169.18167.97128.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 240 (94.14% from 255) = 42.48%
R=30.09%
G=27.43%
B=42.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701552400.290.3500.06250.5973.9177.45
HexAA9BF01D2306fb4a4d
Octal252233360354306373112115
Binary1010101010011011111100001110110001101101111101110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BF0; }

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

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

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

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

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

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

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

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