#AA96F7

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

Shades of Biloba Flower #AA96F7

Tints of Biloba Flower #AA96F7

Color information

#AA96F7 (or 0xAA96F7) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and F7. RGB value is (170,150,247). Sum of RGB (Red+Green+Blue) = 170+150+247=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA96F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96F7 is #556908. Grayscale: #A6A6A6. Windows color (decimal): -5597449 or 16225962. OLE color: 16225962.

HSL color Cylindrical-coordinate representation of color #AA96F7: hue angle of 252.37º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA96F7 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170150247-
CMYK0.310.3900.03
HSL252.37º85.84%77.84%-
HSV(B)252.37º39.27%96.86%-
XYZ44.2737.0792.82-
YUV167.04173.13130.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 247 (96.88% from 255) = 43.56%
R=29.98%
G=26.46%
B=43.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701502470.310.3900.03252.3785.8477.84
HexAA96F71F2703fc564e
Octal252226367374703374126116
Binary101010101001011011110111111111001110111111110010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96F7; }

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

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

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

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

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

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

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

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