#AA96FB

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

Shades of Biloba Flower #AA96FB

Tints of Biloba Flower #AA96FB

Color information

#AA96FB (or 0xAA96FB) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and FB. RGB value is (170,150,251). Sum of RGB (Red+Green+Blue) = 170+150+251=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA96FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96FB is #556904. Grayscale: #A7A7A7. Windows color (decimal): -5597445 or 16488106. OLE color: 16488106.

HSL color Cylindrical-coordinate representation of color #AA96FB: hue angle of 251.88º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA96FB is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170150251-
CMYK0.320.4000.02
HSL251.88º92.66%78.63%-
HSV(B)251.88º40.24%98.43%-
XYZ44.937.3296.1-
YUV167.49175.13129.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=29.77%
G=26.27%
B=43.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701502510.320.4000.02251.8892.6678.63
HexAA96FB202802fc5d4f
Octal252226373405002374135117
Binary1010101010010110111110111000001010000101111110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96FB; }

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

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

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

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

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

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

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

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