#AA96F5

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

Shades of Biloba Flower #AA96F5

Tints of Biloba Flower #AA96F5

Color information

#AA96F5 (or 0xAA96F5) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and F5. RGB value is (170,150,245). Sum of RGB (Red+Green+Blue) = 170+150+245=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA96F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96F5 is #55690A. Grayscale: #A6A6A6. Windows color (decimal): -5597451 or 16094890. OLE color: 16094890.

HSL color Cylindrical-coordinate representation of color #AA96F5: hue angle of 252.63º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA96F5 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170150245-
CMYK0.310.3900.04
HSL252.63º82.61%77.45%-
HSV(B)252.63º38.78%96.08%-
XYZ43.9736.9591.2-
YUV166.81172.13130.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 245 (96.09% from 255) = 43.36%
R=30.09%
G=26.55%
B=43.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701502450.310.3900.04252.6382.6177.45
HexAA96F51F2704fd534d
Octal252226365374704375123115
Binary1010101010010110111101011111110011101001111110110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96F5; }

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

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

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

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

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

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

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

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