#AA96F4

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

Shades of Biloba Flower #AA96F4

Tints of Biloba Flower #AA96F4

Color information

#AA96F4 (or 0xAA96F4) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and F4. RGB value is (170,150,244). Sum of RGB (Red+Green+Blue) = 170+150+244=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA96F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96F4 is #55690B. Grayscale: #A6A6A6. Windows color (decimal): -5597452 or 16029354. OLE color: 16029354.

HSL color Cylindrical-coordinate representation of color #AA96F4: hue angle of 252.77º degrees, saturation: 0.81, 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 #AA96F4 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170150244-
CMYK0.300.3900.04
HSL252.77º81.03%77.25%-
HSV(B)252.77º38.52%95.69%-
XYZ43.8136.8990.4-
YUV166.7171.63130.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.14%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 244 (95.70% from 255) = 43.26%
R=30.14%
G=26.60%
B=43.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701502440.300.3900.04252.7781.0377.25
HexAA96F41E2704fd514d
Octal252226364364704375121115
Binary1010101010010110111101001111010011101001111110110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96F4; }

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

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

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

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

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

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

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

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