#AA9BFE

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

Shades of Biloba Flower #AA9BFE

Tints of Biloba Flower #AA9BFE

Color information

#AA9BFE (or 0xAA9BFE) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and FE. RGB value is (170,155,254). Sum of RGB (Red+Green+Blue) = 170+155+254=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA9BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BFE is #556401. Grayscale: #AAAAAA. Windows color (decimal): -5596162 or 16685994. OLE color: 16685994.

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

Color convert

RGB170155254-
CMYK0.330.3900.00
HSL249.09º98.02%80.2%-
HSV(B)249.09º38.98%99.61%-
XYZ46.1939.1498.89-
YUV170.77174.97127.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 254 (99.61% from 255) = 43.87%
R=29.36%
G=26.77%
B=43.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701552540.330.3900.00249.0998.0280.2
HexAA9BFE212700f96250
Octal252233376414700371142120
Binary101010101001101111111110100001100111001111100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BFE; }

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

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

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

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

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

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

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

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