#aa96f3

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

Shades of Biloba Flower #AA96F3

Tints of Biloba Flower #AA96F3

Color information

#AA96F3 (or 0xAA96F3) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and F3. RGB value is (170,150,243). Sum of RGB (Red+Green+Blue) = 170+150+243=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA96F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96F3 is #55690C. Grayscale: #A6A6A6. Windows color (decimal): -5597453 or 15963818. OLE color: 15963818.

HSL color Cylindrical-coordinate representation of color #AA96F3: hue angle of 252.9º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA96F3 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170150243-
CMYK0.300.3800.05
HSL252.9º79.49%77.06%-
HSV(B)252.9º38.27%95.29%-
XYZ43.6636.8389.6-
YUV166.58171.13130.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 243 (95.31% from 255) = 43.16%
R=30.20%
G=26.64%
B=43.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701502430.300.3800.05252.979.4977.06
HexAA96F31E2605fd4f4d
Octal252226363364605375117115
Binary1010101010010110111100111111010011001011111110110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa96f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa96f3; }

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

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

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

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

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

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

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

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