#AA9BF1

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

Shades of Biloba Flower #AA9BF1

Tints of Biloba Flower #AA9BF1

Color information

#AA9BF1 (or 0xAA9BF1) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and F1. RGB value is (170,155,241). Sum of RGB (Red+Green+Blue) = 170+155+241=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA9BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BF1 is #55640E. Grayscale: #A8A8A8. Windows color (decimal): -5596175 or 15834026. OLE color: 15834026.

HSL color Cylindrical-coordinate representation of color #AA9BF1: hue angle of 250.47º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA9BF1 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170155241-
CMYK0.290.3600.05
HSL250.47º75.44%77.65%-
HSV(B)250.47º35.68%94.51%-
XYZ44.1838.3488.29-
YUV169.29168.47128.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 155 (60.94% from 255) = 27.39%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=30.04%
G=27.39%
B=42.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701552410.290.3600.05250.4775.4477.65
HexAA9BF11D2405fa4b4e
Octal252233361354405372113116
Binary1010101010011011111100011110110010001011111101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BF1; }

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

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

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

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

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

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

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

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