#AA96FF

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

Shades of Biloba Flower #AA96FF

Tints of Biloba Flower #AA96FF

Color information

#AA96FF (or 0xAA96FF) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and FF. RGB value is (170,150,255). Sum of RGB (Red+Green+Blue) = 170+150+255=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96FF is #556900. Grayscale: #A7A7A7. Windows color (decimal): -5597441 or 16750250. OLE color: 16750250.

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

Color convert

RGB170150255-
CMYK0.330.4100
HSL251.43º100%79.41%-
HSV(B)251.43º41.18%100%-
XYZ45.5337.5899.46-
YUV167.95177.13129.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 255 (100% from 255) = 44.35%
R=29.57%
G=26.09%
B=44.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701502550.330.4100251.4310079.41
HexAA96FF212900fb644f
Octal252226377415100373144117
Binary101010101001011011111111100001101001001111101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96FF; }

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

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

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

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

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

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

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

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