#AA9BFF

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

Shades of Biloba Flower #AA9BFF

Tints of Biloba Flower #AA9BFF

Color information

#AA9BFF (or 0xAA9BFF) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and FF. RGB value is (170,155,255). Sum of RGB (Red+Green+Blue) = 170+155+255=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA9BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BFF is #556400. Grayscale: #AAAAAA. Windows color (decimal): -5596161 or 16751530. OLE color: 16751530.

HSL color Cylindrical-coordinate representation of color #AA9BFF: hue angle of 249º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA9BFF is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170155255-
CMYK0.330.3900
HSL249º100%80.39%-
HSV(B)249º39.22%100%-
XYZ46.3539.2199.73-
YUV170.88175.47127.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 155 (60.94% from 255) = 26.72%
BLUE value IS 255 (100% from 255) = 43.97%
R=29.31%
G=26.72%
B=43.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701552550.330.390024910080.39
HexAA9BFF212700f96450
Octal252233377414700371144120
Binary101010101001101111111111100001100111001111100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BFF; }

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

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

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

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

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

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

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

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